From ccbde9cca5c3d22cca58918e59a8e75364665398 Mon Sep 17 00:00:00 2001 From: allen Date: Wed, 11 Jul 2001 21:20:29 +0000 Subject: Adding a missing space in the link line git-svn-id: http://svn.cactuscode.org/flesh/trunk@2285 17b73243-c579-4c4c-a9d2-2d5706c11dac --- lib/sbin/CST | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'lib/sbin/CST') diff --git a/lib/sbin/CST b/lib/sbin/CST index 7080dafe..15b57c50 100644 --- a/lib/sbin/CST +++ b/lib/sbin/CST @@ -6,7 +6,7 @@ # @desc # Parses the the configuration files for thorns. # @enddesc -# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/sbin/CST,v 1.42 2001-07-11 16:38:40 tradke Exp $ +# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/sbin/CST,v 1.43 2001-07-11 21:20:29 allen Exp $ #@@*/ # Global parameter to track the number of errors from the CST @@ -450,7 +450,7 @@ sub CreateThornLinkList # For now we just repeat them twice on the linker line # hoping that this will resolve all external symbols. $liblist = join (' ', @liblist); - $liblist .= $liblist; + $liblist .= " ".$liblist; } return ($liblist); -- cgit v1.2.3