ash: fix corruption of ${#var} if $var contains UTF-8 characters
[oweals/busybox.git] / shell / ash_test / ash-misc / command2.tests
1 echo "echo test1; ./test2.sh" >test1.sh
2 echo "echo test2" >test2.sh
3
4 command . ./test1.sh
5
6 rm -f test1.sh test2.sh