]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltmain.in: Oops, `echo' -> `$echo'.
authorAlexandre Oliva <oliva@lsd.ic.unicamp.br>
Sat, 18 Dec 1999 07:09:44 +0000 (07:09 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 18 Dec 1999 07:09:44 +0000 (07:09 +0000)
ChangeLog
ltmain.in

index 5791f8f389160327ee062dfa3d2692f1695049dc..53e13cd06822a5a036dae7735fbf39e93b5f1c06 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,10 @@
 1999-12-18  Alexandre Oliva  <oliva@lsd.ic.unicamp.br>
 
+       * 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.
 
index dbd7a5b80f86e6b183e42c032a5b5b846048ef83..23451966198db62ac3437b1613bfbea810e907b0 100644 (file)
--- 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