index
:
busybox.git
1_33_stable
1_35_stable
master
Copy of git.busybox.net/busybox
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
shell
/
hush_test
/
hush-misc
/
break1.tests
blob: 912f149c12162f511e0dc6a24b9c6f3abfd7d5c8 (
plain
)
1
2
3
while true; do echo A; break; echo B; done echo OK:$?