hush: small fix for repeated continue and fix for wrong loop depth count
[oweals/busybox.git] / shell / hush_test / hush-misc / for_with_keywords.tests
1 for if in do done then; do echo $if; done
2 echo OK: $?