From: Ralf Wildenhues Date: Fri, 19 May 2006 02:23:53 +0000 (+0000) Subject: * ltmain.in (shell wrapper): Do not put `"$@"' in argument to X-Git-Tag: release-1-5-23b~40 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=eefd16192ca156c4eec598297db64e420a75b701;p=thirdparty%2Flibtool.git * ltmain.in (shell wrapper): Do not put `"$@"' in argument to $echo. --- diff --git a/ChangeLog b/ChangeLog index ea502aa69..fdd256b14 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,8 @@ +2006-05-19 Ralf Wildenhues + + * ltmain.in (shell wrapper): Do not put `"$@"' in argument to + $echo. + 2006-05-18 Ralf Wildenhues * libtoolize.in: Use just one `echo' for `--version' output diff --git a/ltmain.in b/ltmain.in index 4a4c28f14..d68ef4f1e 100644 --- a/ltmain.in +++ b/ltmain.in @@ -5450,7 +5450,7 @@ else ;; esac $echo >> $output "\ - \$echo \"\$0: cannot exec \$program \${1+\"\$@\"}\" + \$echo \"\$0: cannot exec \$program \$*\" exit $EXIT_FAILURE fi else