Initial public busybox upstream commit
[busybox4maemo] / shell / hush_test / hush-bugs / tick.tests
1 true
2 false; echo `echo $?`
3 true
4 { false; echo `echo $?`; }