hush: fix misparsing of "... do eval a= ...". Closes 3721
[oweals/busybox.git] / shell / hush_test / hush-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:$?