hush: fix a bunch of obscure while/until/continue bugs

function                                             old     new   delta
run_list                                            1159    1214     +55
done_pipe                                            106     123     +17
done_command                                          86      98     +12
------------------------------------------------------------------------------
(add/remove: 0/0 grow/shrink: 3/0 up/down: 84/0)               Total: 84 bytes
This commit is contained in:
Denis Vlasenko
2009-04-06 18:08:35 +00:00
parent 8f8d013afc
commit cd418a2670
10 changed files with 66 additions and 20 deletions

View File

@@ -0,0 +1,2 @@
while echo Hello; false; do echo NOT SHOWN; done
echo OK:$?