]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltcf-c.sh, ltcf-gcj.sh: Quote argument to avoid error
authorMorten Eriksen <mortene@sim.no>
Wed, 1 Nov 2000 00:18:34 +0000 (00:18 +0000)
committerGary V. Vaughan <gary@gnu.org>
Wed, 1 Nov 2000 00:18:34 +0000 (00:18 +0000)
output from cygpath when $srcdir is empty.

ChangeLog
ltcf-c.sh
ltcf-gcj.sh

index ce0eb4d202a55d38a7bc313c93bff88e38c42bf7..9f5abf8c74400aba79e814eb46b4fc6afc3bf510 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2000-10-31  Morten Eriksen  <mortene@sim.no>
+
+       * ltcf-c.sh, ltcf-gcj.sh: Quote argument to avoid error
+       output from cygpath when $srcdir is empty.
+
 2000-10-31  Akim Demaille  <akim@epita.fr>
 
        * libtool.m4: Adjust the copyright notice.
index 9982a8ba513b3f86135d76ff97b47750159c0f34..5dda45bee09708f07446f3312605ea1dc75e58d7 100644 (file)
--- a/ltcf-c.sh
+++ b/ltcf-c.sh
@@ -308,7 +308,7 @@ else
     old_archive_from_new_cmds='true'
     # FIXME: Should let the user specify the lib program.
     old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
-    fix_srcfile_path='`cygpath -w $srcfile`'
+    fix_srcfile_path='`cygpath -w "$srcfile"`'
     ;;
 
   freebsd1*)
index acb30c0ace15aac641af77c837cfab99a8de6eda..f73fb20ac7870baedd20785b891f6553690ae378 100644 (file)
@@ -311,7 +311,7 @@ else
     old_archive_from_new_cmds='true'
     # FIXME: Should let the user specify the lib program.
     old_archive_cmds='lib /OUT:$oldlib$oldobjs$old_deplibs'
-    fix_srcfile_path='`cygpath -w $srcfile`'
+    fix_srcfile_path='`cygpath -w "$srcfile"`'
     ;;
 
   freebsd1*)