diff options
author | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-14 17:13:20 +0000 |
---|---|---|
committer | Denis Vlasenko <vda.linux@googlemail.com> | 2008-06-14 17:13:20 +0000 |
commit | f8d01d3f66dc50e54dae3c1d0e9b249f71f1dd43 (patch) | |
tree | 3389ceea2b3b8db090cad74507acfa1c061c6a75 /shell/hush_test/hush-bugs | |
parent | dd316dd283704b9adb588c3fb7cdec6ba5fbceb8 (diff) |
hush: fix a bug where we were requiring semicolon here: (cmd;)
also fix a bug where after error prompt is not shown.
function old new delta
parse_stream 1612 1638 +26
parse_and_run_stream 361 375 +14
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 2/0 up/down: 40/0) Total: 40 bytes
Diffstat (limited to 'shell/hush_test/hush-bugs')
-rw-r--r-- | shell/hush_test/hush-bugs/while_in_subshell.right | 1 | ||||
-rwxr-xr-x | shell/hush_test/hush-bugs/while_in_subshell.tests | 2 |
2 files changed, 0 insertions, 3 deletions
diff --git a/shell/hush_test/hush-bugs/while_in_subshell.right b/shell/hush_test/hush-bugs/while_in_subshell.right deleted file mode 100644 index 290d39b7e..000000000 --- a/shell/hush_test/hush-bugs/while_in_subshell.right +++ /dev/null @@ -1 +0,0 @@ -OK: 0 diff --git a/shell/hush_test/hush-bugs/while_in_subshell.tests b/shell/hush_test/hush-bugs/while_in_subshell.tests deleted file mode 100755 index def8e092b..000000000 --- a/shell/hush_test/hush-bugs/while_in_subshell.tests +++ /dev/null @@ -1,2 +0,0 @@ -(while true; do exit; done) -echo OK: $? |