On 10/11/16 1:50 AM, isabella parakiss wrote:
> wait doesn't wait for procsubs unless it's passed the pid as an argument
> 
> $ time { : <(sleep 1); wait; }
> real: 0m0.002s, user: 0m0.000s, sys: 0m0.003s
> $ time { : <(sleep 1); wait $!; }
> real: 0m1.011s, user: 0m0.003s, sys: 0m0.007s
> 
> is this intended or is it a bug?

Thanks for the report.  I'll take a look.

Chet


-- 
``The lyf so short, the craft so long to lerne.'' - Chaucer
                 ``Ars longa, vita brevis'' - Hippocrates
Chet Ramey, UTech, CWRU    c...@case.edu    http://cnswww.cns.cwru.edu/~chet/

Reply via email to