index
:
forks/busybox
1_33_stable
master
Busybox tree with Carbs Linux patches
about
summary
refs
log
tree
commit
diff
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:$?