changeset 10986:cb4702115eb4

Add comments.
author Bruno Haible <bruno@clisp.org>
date Thu, 01 Jan 2009 20:47:11 +0100
parents 32537aa6364d
children 06ce5e3302ba
files ChangeLog gnulib-tool
diffstat 2 files changed, 7 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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,
--- a/gnulib-tool
+++ b/gnulib-tool
@@ -578,7 +578,9 @@
 # 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 ()
   {