diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-16 10:59:40 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2009-04-16 10:59:40 +0000 |
commit | bb929517a86092481ed8547e9f247c1b58bc4745 (patch) | |
tree | 61113710afec0eb112df4b6854c5ec6d2f9662a3 /shell/hush_test/hush-vars | |
parent | 74a931ac9ea807d14a44baf3fdb957bc58db14c6 (diff) | |
download | busybox-bb929517a86092481ed8547e9f247c1b58bc4745.tar.gz |
hush: fix "if { echo foo; } then { echo bar; } fi" parsing
function old new delta
done_word 728 793 +65
parse_stream 2084 2098 +14
Diffstat (limited to 'shell/hush_test/hush-vars')
-rwxr-xr-x | shell/hush_test/hush-vars/param_glob.tests | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/shell/hush_test/hush-vars/param_glob.tests b/shell/hush_test/hush-vars/param_glob.tests index 801d58ee7..0173fd771 100755 --- a/shell/hush_test/hush-vars/param_glob.tests +++ b/shell/hush_test/hush-vars/param_glob.tests @@ -1,5 +1,5 @@ if test $# = 0; then - #BUG in builtin_exec! will glob param! + # UNFIXED BUG in builtin_exec! will glob param! #exec "$THIS_SH" "$0" 'param_glob.t*' "$THIS_SH" "$0" 'param_glob.t*' exit |