-2004-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
+2004-10-08 Gary V. Vaughan <gary@gnu.org>
+
+ * config/general.m4sh (func_verbose): Work around a bash bug in
+ shell functions.
+
+2004-10-07 Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
* tests/sh.test: Remove tests which fail on AS_SHELL_SANITIZE
from autoconf >= 2.59.
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...