repo.or.cz
/
bush.git
/
blob
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
log
|
graphiclog1
|
graphiclog2
|
commit
|
commitdiff
|
tree
|
refs
|
edit
|
fork
blame
|
history
|
raw
|
HEAD
improve of cmpl.
[bush.git]
/
tests
/
procsub1.sub
blob
0e68f3b23dabf1396cd49f799fb43d94b20b00f7
1
# make sure we can wait for the last process substitution, since it sets $!
2
cat <(exit 123) >/dev/null
3
4
wait "$!"
5
echo $?