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:
3
shell/hush_test/hush-misc/continue2.tests
Normal file
3
shell/hush_test/hush-misc/continue2.tests
Normal file
@@ -0,0 +1,3 @@
|
||||
e=''
|
||||
(while test $e && exit 1; true; do e=1; continue; done)
|
||||
echo Ok:$?
|
Reference in New Issue
Block a user