diff options
author | Denys Vlasenko <vda.linux@googlemail.com> | 2009-05-23 16:50:07 +0200 |
---|---|---|
committer | Denys Vlasenko <vda.linux@googlemail.com> | 2009-05-23 16:50:07 +0200 |
commit | e9bda90e549d1470c7630e1f015b7c1e1560b56b (patch) | |
tree | 171240523541449a1d97562564c2f0037057782d /shell/hush_test/hush-vars | |
parent | 342a63d659ed41b0fe9f412eb75d495e64cc2096 (diff) | |
download | busybox-w32-e9bda90e549d1470c7630e1f015b7c1e1560b56b.tar.gz busybox-w32-e9bda90e549d1470c7630e1f015b7c1e1560b56b.tar.bz2 busybox-w32-e9bda90e549d1470c7630e1f015b7c1e1560b56b.zip |
hush: fix problems with case in subshells and with "case esac"
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
Diffstat (limited to 'shell/hush_test/hush-vars')
-rw-r--r-- | shell/hush_test/hush-vars/unset.right | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush_test/hush-vars/unset.right b/shell/hush_test/hush-vars/unset.right index 0da0e5736..1fbe76a73 100644 --- a/shell/hush_test/hush-vars/unset.right +++ b/shell/hush_test/hush-vars/unset.right | |||
@@ -1,5 +1,5 @@ | |||
1 | 0 | 1 | 0 |
2 | unset: invalid option -- 'm' | 2 | unset: invalid option -- m |
3 | 1 | 3 | 1 |
4 | 0 | 4 | 0 |
5 | ___ | 5 | ___ |