[resending to more modern address for Tim. sorry for the noise] Tim Connors wrote:
> > cat bin/sig-test > #!/bin/sh > > > while echo loop ; do > sleep 5 > done > > shell1> sig-test > sheel2> killall sleep > loop > bin/sig-test: line 6: 19448 Terminated sleep 5 > loop > bin/sig-test: line 6: 19458 Terminated sleep 5 > loop Yes. Even "set +m" does not suppress this. Upstream does not seem inclined to change that; see [1] for some discussion and a workaround. I would be happy to have a patch fixing this, especially if you are willing to maintain it in the long term. That said, I am not the bash maintainer, so this is not meant to say anything about chance of such a patch being applied. Thanks for a clear report. Jonathan -- To UNSUBSCRIBE, email to [email protected] with a subject of "unsubscribe". Trouble? Contact [email protected]

