Welcome to mirror list, hosted at ThFree Co, Russian Federation.

cygwin.com/git/newlib-cygwin.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlexandre Oliva <aoliva@redhat.com>2002-03-16 17:43:09 +0300
committerAlexandre Oliva <aoliva@redhat.com>2002-03-16 17:43:09 +0300
commit089b3bd71b25c0f016ab0b71eee6be881f9bf759 (patch)
tree3e794c22aed83ead17f20a4890effaffe8c1cc8f /ltmain.sh
parent0be8bd321b12d605115333c323ef923e4c80143e (diff)
* 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 e9b2634d2..c3547e5a5 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.