* ltmain.sh (relink_command): Fix typo in previous change.
authorAlexandre Oliva <aoliva@redhat.com>
Sat, 16 Mar 2002 14:43:09 +0000 (14:43 +0000)
committerAlexandre Oliva <aoliva@redhat.com>
Sat, 16 Mar 2002 14:43:09 +0000 (14:43 +0000)
ChangeLog
ltmain.sh

index 5ce74f78cecbb5920453dc1ed7b192f60941f40f..3f0a10dba0cf43b4e78efa24369f5877e6548e3d 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2002-03-16  Alexandre Oliva  <aoliva@redhat.com>
+
+       * ltmain.sh (relink_command): Fix typo in previous change.
+
 2002-03-15  Alexandre Oliva  <aoliva@redhat.com>
 
        * ltmain.sh (taglist): Initialized.  Don't let `CC' tag out of it.
index e9b2634d2298cf0c1a400bede6968fe9cb59f500..c3547e5a5616fe295eb4520d49735679f436ec3f 100644 (file)
--- a/ltmain.sh
+++ b/ltmain.sh
@@ -4305,7 +4305,7 @@ fi\
       for tag in $taglist; do
         tagopts="$tagopts --tag $tag"
       done
-      relink_command="(cd `pwd`; $SHELL $0$tagopts --mode=relink $libtool_args"
+      relink_command="(cd `pwd`; $SHELL $0$tagopts --mode=relink $libtool_args)"
       relink_command=`$echo "X$relink_command" | $Xsed -e "$sed_quote_subst"`
 
       # Only create the output if not a dry run.
This page took 0.030117 seconds and 4 git commands to generate.