commit | 4554b721ad230cdb5308b9ee61c20729c2c34ae8 | [log] [tgz] |
---|---|---|
author | Denis Vlasenko <vda.linux@googlemail.com> | Tue Jul 29 13:36:09 2008 +0000 |
committer | Denis Vlasenko <vda.linux@googlemail.com> | Tue Jul 29 13:36:09 2008 +0000 |
tree | fc7e114b9d54e4d8090f106acb31d1f7fe3f2320 | |
parent | 45cb9f9581f514e1fc731d6d1146e0ee2333066a [diff] [blame] |
hush: small fix for repeated continue and fix for wrong loop depth count after Ctrl-C; with testcase for first one
diff --git a/shell/hush_test/hush-misc/continue1.right b/shell/hush_test/hush-misc/continue1.right new file mode 100644 index 0000000..c4a5565 --- /dev/null +++ b/shell/hush_test/hush-misc/continue1.right
@@ -0,0 +1,8 @@ +A:a +A:b +A:c +OK1 +A:a +A:b +A:c +OK2