libtool-patches
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

FYI: work around a bash bug in func_verbose [libtool--release--2.0--patc


From: Gary V. Vaughan
Subject: FYI: work around a bash bug in func_verbose [libtool--release--2.0--patch-13]
Date: Fri, 08 Oct 2004 14:15:12 +0100
User-agent: Mozilla Thunderbird 0.8 (X11/20040913)

  * looking for address@hidden/libtool--release--2.0--patch-12 to compare
 with
  * comparing to address@hidden/libtool--release--2.0--patch-12
  M  ChangeLog
  M  config/general.m4sh

  * modified files

  Index: Changelog
  from  Gary V. Vaughan  <address@hidden>

          * config/general.m4sh (func_verbose): Work around a bash bug in
          shell functions.

  2004-10-07  Ralf Wildenhues  <address@hidden>
  --- orig/config/general.m4sh
  +++ mod/config/general.m4sh
  @@ -109,6 +109,11 @@
   func_verbose ()
   {
       $opt_verbose && func_echo ${1+"$@"}
  +
  +    # A bug in bash halts the script if the last line of a function
  +    # fails when set -e is in force, so we need another command to
  +    # work around that:
  +    :
   }

   # func_error arg...




reply via email to

[Prev in Thread] Current Thread [Next in Thread]