diff options
author | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-16 14:42:17 +0000 |
---|---|---|
committer | aoliva <aoliva@138bc75d-0d04-0410-961f-82ee72b054a4> | 2002-03-16 14:42:17 +0000 |
commit | 82c2635008bbc6c3a07f24b89b3f0c6f23cd2098 (patch) | |
tree | 6014634dd70a30b8941f71b7f6981fa4229e5c7b /ltmain.sh | |
parent | 9ec9f6b6990f782c48127b0d8980f4eac292a2ec (diff) | |
download | gcc-82c2635008bbc6c3a07f24b89b3f0c6f23cd2098.tar.gz |
* ltmain.sh (relink_command): Fix typo in previous change.
git-svn-id: svn+ssh://gcc.gnu.org/svn/gcc/trunk@50887 138bc75d-0d04-0410-961f-82ee72b054a4
Diffstat (limited to 'ltmain.sh')
-rw-r--r-- | ltmain.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ltmain.sh b/ltmain.sh index e9b2634d229..c3547e5a561 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. |