hush: fix a bug in argv restoration after sourcing a file
[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:$?