]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/config/general.m4sh (func_echo): Use $* instead of
authorNoah Misch <noah@cs.caltech.edu>
Thu, 10 May 2007 17:26:45 +0000 (17:26 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Thu, 10 May 2007 17:26:45 +0000 (17:26 +0000)
${1+"$@"}.

ChangeLog
libltdl/config/general.m4sh

index f493a8bca7b2ee27ccef52039dc1d63f9cf1a6cc..74f2793e2c60dd2b3c86ea30e999a306bfa9a7f9 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-05-10  Noah Misch  <noah@cs.caltech.edu>
+
+       * libltdl/config/general.m4sh (func_echo): Use $* instead of
+       ${1+"$@"}.
+
 2007-05-09  Eric Blake  <ebb9@byu.net>
 
        * libltdl/libltdl/lt_error.h (LT_ERROR_LEN_MAX): Adjust, to fix
index 222b3e114e985be0e9e42699d1b2a2c0694027d2..880748e995026ffdd6804a01369af0c13da72839 100644 (file)
@@ -129,7 +129,7 @@ opt_verbose=false
 # name if it has been set yet.
 func_echo ()
 {
-    $ECHO "$progname${mode+: }$mode: "${1+"$@"}
+    $ECHO "$progname${mode+: }$mode: $*"
 }
 
 # func_verbose arg...