summaryrefslogtreecommitdiff
path: root/ltmain.sh
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2002-03-16 14:43:09 +0000
committerAlexandre Oliva <aoliva@redhat.com>2002-03-16 14:43:09 +0000
commit21b5b7520bfe0caa97595cc8fb5941fe8dde5a36 (patch)
treeb233ce71bfcad2aae0b9b67089e9bb8b043e9518 /ltmain.sh
parent6ea856e5a7132bf00cec23b43c5efe1694ae2f8d (diff)
downloadbinutils-redhat-21b5b7520bfe0caa97595cc8fb5941fe8dde5a36.tar.gz
* ltmain.sh (relink_command): Fix typo in previous change.
Diffstat (limited to 'ltmain.sh')
-rw-r--r--ltmain.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/ltmain.sh b/ltmain.sh
index e9b2634d22..c3547e5a56 100644
--- 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.