diff options
author | Alexandre Oliva <aoliva@redhat.com> | 2002-03-16 14:43:09 +0000 |
---|---|---|
committer | Alexandre Oliva <aoliva@redhat.com> | 2002-03-16 14:43:09 +0000 |
commit | 0db2e879c642b7addb85009ec6d36b10725a874c (patch) | |
tree | bc60f19edb5c076197f82e81d77cb0f138bc1081 /ltmain.sh | |
parent | bee022729f0ee2f1500022e0504da5efbfe818f2 (diff) | |
download | gdb-0db2e879c642b7addb85009ec6d36b10725a874c.tar.gz |
* ltmain.sh (relink_command): Fix typo in previous change.
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. |