Re: coproc state wrongly inherited by subshell

2017-12-06 Thread Tobias Hoffmann
On 03/12/17 21:14, Chet Ramey wrote: On 11/29/17 5:36 PM, Tobias Hoffmann wrote: Description: As stated in the man page, bash will only allow a single coproc at a time. Thus, when a first coproc has already ended, a second one can be created. This can e.g. be verified by commenting out the uppe

Re: coproc state wrongly inherited by subshell

2017-12-03 Thread Chet Ramey
On 11/29/17 5:36 PM, Tobias Hoffmann wrote: > Description: > As stated in the man page, bash will only allow a single coproc at a time. > Thus, when a first coproc has already ended, a second one can be created. > This can e.g. be verified by commenting out the upper #sleep line, below. > Alternat