Add comments.
authorBruno Haible <bruno@clisp.org>
Thu, 1 Jan 2009 19:47:11 +0000 (20:47 +0100)
committerBruno Haible <bruno@clisp.org>
Thu, 1 Jan 2009 19:47:11 +0000 (20:47 +0100)
ChangeLog
gnulib-tool

index 4992167cedc7c8bd86d8a79646e81ec0a48a511e..893dac12affecfaaba1db8d6309c8da669a8975f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2009-01-01  Bruno Haible  <bruno@clisp.org>
+
+       * gnulib-tool (func_reset_sigpipe): Add more comments.
+
 2009-01-01  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
 
        * gnulib-tool (func_modules_add_dummy, func_emit_lib_Makefile_am,
index 3dc9d4697e7b18e4830f45954811278a01c42973..1a7c95b67ed8ced31c3e7d38cecf95e188362d5a 100755 (executable)
@@ -578,7 +578,9 @@ func_ln_if_changed ()
 # will read from this pipe might prematurely exit or close its standard input
 # descriptor.
 if test -n "$BASH_VERSION"; then
-  # The problem has only been reported with bash.
+  # The problem has only been reported with bash. Probably it occurs only with
+  # bash-3.2. For the reasons, see
+  # <http://lists.gnu.org/archive/html/bug-bash/2008-12/msg00050.html>.
   # Note that Solaris sh does not understand "trap - SIGPIPE".
   func_reset_sigpipe ()
   {