hush: fix $$ handling
[oweals/busybox.git] / shell / hush_test / hush-misc / empty_for.tests
1 false
2 for a in; do echo "HELLO"; done
3 echo OK: $?