From: Alexandre Oliva Date: Sat, 18 Dec 1999 07:09:44 +0000 (+0000) Subject: * ltmain.in: Oops, `echo' -> `$echo'. X-Git-Tag: release-1-3d~234 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8dda72d1fae8653914c0f59facd8e2d49646ffd7;p=thirdparty%2Flibtool.git * ltmain.in: Oops, `echo' -> `$echo'. --- diff --git a/ChangeLog b/ChangeLog index 5791f8f38..53e13cd06 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,8 +1,10 @@ 1999-12-18 Alexandre Oliva + * ltmain.in: Oops, `echo' -> `$echo'. + * ltmain.in (-Wl, -Wc): Make commas argument separators, just like in gcc. - + * ltmain.in (libtool_args): Get all arguments properly enclosed in quotes and backslash-protected when needed. diff --git a/ltmain.in b/ltmain.in index dbd7a5b80..234519661 100644 --- a/ltmain.in +++ b/ltmain.in @@ -730,7 +730,7 @@ compiler." shift case "$arg" in *[\[\~\#\^\&\*\(\)\{\}\|\;\<\>\?\'\ \ ]*|*]*) - qarg=\"`echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" + qarg=\"`$echo "X$arg" | $Xsed -e "$sed_quote_subst"`\" ### testsuite: skip nested quoting test ;; *) qarg=$arg ;; esac