]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libtoolize.m4sh (func_copy): Split arguments to func_copy_cb
authorGary V. Vaughan <gary@gnu.org>
Fri, 25 Feb 2005 18:07:49 +0000 (18:07 +0000)
committerGary V. Vaughan <gary@gnu.org>
Fri, 25 Feb 2005 18:07:49 +0000 (18:07 +0000)
calls across lines so that quote.test doesn't misdiagnose nested
quotes.

ChangeLog
libtoolize.m4sh

index c6ce1c36835a90313535012aee3a5904fa39e0a2..e0824e69ad12d7ab3f0258a2798f7fd68579996f 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,9 @@
 2005-02-25  Gary V. Vaughan  <gary@gnu.org>
 
+       * libtoolize.m4sh (func_copy): Split arguments to func_copy_cb
+       calls across lines so that quote.test doesn't misdiagnose nested
+       quotes.
+
        * m4/libtool.m4 (_LT_LANG_CXX_CONFIG, _LT_COMPILER_PIC):
        Fix some typos -- s/_LT_AC_TAGVAR/_LT_TAGVAR/g.
 
index b2da529f18e456b0610aa33f011b77783216650c..f763c28587fe7aaba45131cf3ecc33d3ea8dfedb 100644 (file)
@@ -190,7 +190,8 @@ func_copy ()
 
     if test -d "$2"; then
 
-      func_copy_cb "$my_f1" `$ECHO "X$1" | $Xsed -e "$dirname"` "$2"
+      func_copy_cb "$my_f1" \
+       `$ECHO "X$1" | $Xsed -e "$dirname"` "$2"
 
     else