* libltdl/config/general.m4sh (func_echo): Use $* instead of

${1+"$@"}.
This commit is contained in:
Noah Misch 2007-05-10 17:26:45 +00:00 committed by Ralf Wildenhues
parent 80ee9e65c6
commit d9a5574f93
2 changed files with 6 additions and 1 deletions

View File

@ -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

View 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...