]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* ltconfig.in: Read line at a time to avoid tokenisation by
authorMumit Khan <khan@xraylith.wisc.edu>
Thu, 29 Jul 1999 22:58:41 +0000 (22:58 +0000)
committerGary V. Vaughan <gary@gnu.org>
Thu, 29 Jul 1999 22:58:41 +0000 (22:58 +0000)
shell.

ChangeLog
ltconfig.in

index 72997d77a76aebd1de238e02b3026b9ad166f13c..4be4e7d97bba989d1caf2a95c39e5ea9d080f0c2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+1999-07-30  Mumit Khan  <khan@xraylith.wisc.edu>
+
+       * ltconfig.in:  Read line at a time to avoid tokenisation by
+       shell.
+
 1999-07-29  Alexandre Oliva  <oliva@dcc.unicamp.br>
 
        * ltmain.in: Fix creation of relative links to object files in
index 6e4b84bdfce25d4781c11a348fb62521ef683ebc..eec2ee92bc72699c26abe9ccc3c11a16df5a2056 100755 (executable)
@@ -1389,7 +1389,7 @@ EOF
   
     archive_expsym_cmds='echo EXPORTS > $objdir/$soname-def~
       _lt_hint=1;
-      for symbol in `cat $export_symbols`; do
+      cat $export_symbols | while read symbol; do
        echo "  \$symbol @ \$_lt_hint ; " >> $objdir/$soname-def;
        _lt_hint=`expr 1 + \$_lt_hint`;
       done~