ash: do not expand tilde in parameter expansion within quotes
[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