index
:
busybox
master
Busybox
summary
refs
log
tree
commit
diff
homepage
log msg
author
committer
range
path:
root
/
shell
/
ash_test
/
ash-misc
/
continue2.tests
blob: c2df071954138fa9232d684fd83243f7ad1ccb6c (
plain
)
1
2
3
e='' (while test $e && exit 1; true; do e=1; continue; done) echo Ok:$?