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