From 089b3bd71b25c0f016ab0b71eee6be881f9bf759 Mon Sep 17 00:00:00 2001 From: Alexandre Oliva Date: Sat, 16 Mar 2002 14:43:09 +0000 Subject: * ltmain.sh (relink_command): Fix typo in previous change. --- ltmain.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'ltmain.sh') 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. -- cgit v1.2.3