* ltmain.sh (relink_command): Fix typo in previous change.
[deliverable/binutils-gdb.git] / ltmain.sh
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.028095 seconds and 4 git commands to generate.