hush: fix "true | func_with_return" not allowing return.
[oweals/busybox.git] / shell / ash_test / ash-misc / source1.tests
1 echo "echo Sourced ok" >../sourced.sh
2 PATH="..:$PATH"
3 . sourced.sh
4 rm ../sourced.sh
5 echo Done