* ltmain.sh (relink_command): Fix typo in previous change.

This commit is contained in:
Alexandre Oliva 2002-03-16 14:43:09 +00:00
parent 0be8bd321b
commit 089b3bd71b
2 changed files with 5 additions and 1 deletions

View File

@ -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.

View File

@ -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.