diff options
author | Denys Vlasenko | 2015-04-18 19:36:38 +0200 |
---|---|---|
committer | Denys Vlasenko | 2015-04-18 19:36:38 +0200 |
commit | 0a0acb55db8d7c4dec445573f1b0528d126b9e1f (patch) | |
tree | 6947e42871e5360c8ff07e57127e1f65cfc08e6e /shell/ash_test/ash-heredoc | |
parent | 63f4d32c9859c1ed341debefddad4b9c0ae944cc (diff) | |
download | busybox-0a0acb55db8d7c4dec445573f1b0528d126b9e1f.zip busybox-0a0acb55db8d7c4dec445573f1b0528d126b9e1f.tar.gz |
ash: fix handling of duplicate "local"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/ash_test/ash-heredoc')
-rw-r--r-- | shell/ash_test/ash-heredoc/heredoc1.right | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/ash_test/ash-heredoc/heredoc1.right b/shell/ash_test/ash-heredoc/heredoc1.right index 895f5ee..40aa5a5 100644 --- a/shell/ash_test/ash-heredoc/heredoc1.right +++ b/shell/ash_test/ash-heredoc/heredoc1.right @@ -1 +1 @@ -heredoc1.tests: line 3: syntax error: unexpected "then" +./heredoc1.tests: line 3: syntax error: unexpected "then" |