hush: fix "true | func_with_return" not allowing return.
[oweals/busybox.git] / shell / ash_test / ash-misc / assignment3.tests
1 # This must be interpreted as assignments
2 a=1 b\
3 =2 c=3
4 echo Done:$?
5 echo abc=$a$b$c