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-read
/
read_SIGCHLD.tests
blob: c5f673aff50ab718a7febda90aa453c8cd2d3884 (
plain
)
1
2
3
4
x=BAD { sleep 0.4; echo Ok; } | { sleep 0.2 & read x; echo "x='$x'"; } echo "exitcode:$?"