Files
bash/tests/misc/regress/shx7
T
2011-12-03 12:52:47 -05:00

10 lines
138 B
Plaintext

# pd ksh and zsh fail this one
echo -n "bgwait "
(
sleep 2
echo -n "sleep done... "
) &
waitcmd="wait $!"
eval $waitcmd
echo "$waitcmd"