Bug#318117: bash: signal handling or man page deficiency

2010-12-08 Thread Jonathan Nieder
retitle 318117 bash: prints Terminated for jobs killed by signal when noninteractive tags 318117 + upstream severity 318117 wishlist found 318117 bash/4.1-3 # [1] forwarded 318117 http://thread.gmane.org/gmane.comp.shells.bash.bugs/13711/focus=13741 quit Tim Connors wrote: cat bin/sig-test

Bug#318117: bash: signal handling or man page deficiency

2010-12-08 Thread Jonathan Nieder
[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:

Bug#318117: bash: signal handling or man page deficiency

2005-09-10 Thread Matthias Klose
Tim Connors writes: Package: bash Version: 3.0-15 Severity: normal Is there a way to turn off bash's reporting of what signals have terminated a program? There is no obvious occurence of the method to shut this off, in the man page. It is most frustrating to have a script that runs a

Bug#318117: bash: signal handling or man page deficiency

2005-09-10 Thread Tim Connors
On Sat, 10 Sep 2005, Matthias Klose wrote: Tim Connors writes: Package: bash Version: 3.0-15 Severity: normal Is there a way to turn off bash's reporting of what signals have terminated a program? There is no obvious occurence of the method to shut this off, in the man page.

Bug#318117: bash: signal handling or man page deficiency

2005-07-13 Thread Tim Connors
Package: bash Version: 3.0-15 Severity: normal Is there a way to turn off bash's reporting of what signals have terminated a program? There is no obvious occurence of the method to shut this off, in the man page. It is most frustrating to have a script that runs a program where it not