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
/
ash_test
/
ash-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:$?"