aboutsummaryrefslogtreecommitdiff
path: root/shell/hush_test/hush-vars
diff options
context:
space:
mode:
authorDenys Vlasenko <vda.linux@googlemail.com>2009-05-23 16:50:07 +0200
committerDenys Vlasenko <vda.linux@googlemail.com>2009-05-23 16:50:07 +0200
commite9bda90e549d1470c7630e1f015b7c1e1560b56b (patch)
tree171240523541449a1d97562564c2f0037057782d /shell/hush_test/hush-vars
parent342a63d659ed41b0fe9f412eb75d495e64cc2096 (diff)
downloadbusybox-e9bda90e549d1470c7630e1f015b7c1e1560b56b.tar.gz
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.right2
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 @@
0
-unset: invalid option -- 'm'
+unset: invalid option -- m
1
0
___