From eefd16192ca156c4eec598297db64e420a75b701 Mon Sep 17 00:00:00 2001 From: Ralf Wildenhues Date: Fri, 19 May 2006 02:23:53 +0000 Subject: [PATCH] * ltmain.in (shell wrapper): Do not put `"$@"' in argument to $echo. --- ChangeLog | 5 +++++ ltmain.in | 2 +- 2 files changed, 6 insertions(+), 1 deletion(-) 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 -- 2.47.3