Files
android_external_bash/tests/procsub1.sub
2019-01-07 09:27:52 -05:00

6 lines
122 B
Plaintext

# make sure we can wait for the last process substitution, since it sets $!
cat <(exit 123) >/dev/null
wait "$!"
echo $?