Bug#920455: followup on bash process substitution and wait

2019-04-15 Thread Daniel Kahn Gillmor
Control: tags 920455 + patch After some discussion, upstream proposed the attached patch, which can be dropped into debian/patches and listed in debian/patches/series. Chet says "In the meantime, distributions are free to take the change and apply it to their versions." I've pushed this to the

Bug#920455: followup on bash process substitution and wait

2019-04-12 Thread Daniel Kahn Gillmor
Control: forwarded 920455 https://lists.gnu.org/archive/html/bug-bash/2019-04/msg00076.html https://bugs.debian.org/920455 is being discussed with upstream over on the bug-b...@gnu.org mailing list. --dkg signature.asc Description: PGP signature

Bug#920455: followup on bash process substitution and wait

2019-01-25 Thread Daniel Kahn Gillmor
looks like what's happening is that the parent bash process doesn't invoke the process substitution itself. Rather, the subprocess that will exec the command itself *first* spawns a grandchild process for the process execution, before execing the expected command. that means that wait(-1) of