hush: fix "true | func_with_return" not allowing return.
[oweals/busybox.git] / shell / ash_test / ash-misc / eval1.tests
1 # empty eval nevertheless sets $? = 0
2 false
3 eval
4 echo Ok:$?