hush: fix a bug in argv restoration after sourcing a file
[oweals/busybox.git] / shell / hush_test / hush-misc / break1.tests
1 while true; do echo A; break; echo B; done
2 echo OK:$?