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
/
hush_test
/
hush-misc
/
break1.tests
blob: 3a6b060d9a103d8c3987fb3a0d4967939f5df1ca (
plain
)
1
2
while true; do echo A; break; echo B; done echo OK:$?