diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-19 13:57:51 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-19 13:57:51 +0000 |
commit | bf25fbccb9b2641c77685ac0a537e8068b6b354a (patch) | |
tree | 8be416c9a03d440259007697664566f50f21f93e /shell/hush_test/hush-misc | |
parent | a29c935442869310c4af45c78446b34d370ff53c (diff) | |
download | busybox-w32-bf25fbccb9b2641c77685ac0a537e8068b6b354a.tar.gz busybox-w32-bf25fbccb9b2641c77685ac0a537e8068b6b354a.tar.bz2 busybox-w32-bf25fbccb9b2641c77685ac0a537e8068b6b354a.zip |
hush: fix handling of } which is not a closing one in { cmd; }
function old new delta
parse_stream 2176 2302 +126
builtin_unset 381 387 +6
Diffstat (limited to 'shell/hush_test/hush-misc')
-rw-r--r-- | shell/hush_test/hush-misc/export.right | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush_test/hush-misc/export.right b/shell/hush_test/hush-misc/export.right index 4df2e3858..b93e503f8 100644 --- a/shell/hush_test/hush-misc/export.right +++ b/shell/hush_test/hush-misc/export.right | |||
@@ -1,5 +1,5 @@ | |||
1 | export aaa1="'''" | 1 | export aaa1="'''" |
2 | export aaa2= | 2 | export aaa2='' |
3 | export aaa3="'''"'abc' | 3 | export aaa3="'''"'abc' |
4 | export aaa4='def'"'''" | 4 | export aaa4='def'"'''" |
5 | export aaa5="'''"'abc'"'''"'def'"'''" | 5 | export aaa5="'''"'abc'"'''"'def'"'''" |