hush: fix "true | func_with_return" not allowing return.
[oweals/busybox.git] / shell / ash_test / ash-misc / assignment4.tests
1 # There was a bug where we misinterpreted assignments after 'do':
2 for i in 1; do eval b=; done
3 echo Done:$?