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
/
break3.tests
blob: d138dcac5e4caa6ca517ed43286a2365993c35c1 (
plain
)
1
2
v=break; while true; do echo A; $v; echo B; break; echo C; done echo OK:$?