hush: fix misparsing of "... do eval a= ...". Closes 3721
[oweals/busybox.git] / shell / hush_test / hush-misc / return1.tests
1 echo "true && return; echo Should not be printed" >return_sourced
2 . ./return_sourced
3 rm return_sourced
4 echo Ok:$?