summaryrefslogtreecommitdiff
path: root/lib/sbin/CST
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-07-11 21:20:29 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2001-07-11 21:20:29 +0000
commitccbde9cca5c3d22cca58918e59a8e75364665398 (patch)
tree0bad636b832925e3745275be0923ce2032272b96 /lib/sbin/CST
parenteaf79d60885b04bdf01ad29dabf0be7929fe6ec4 (diff)
Adding a missing space in the link line
git-svn-id: http://svn.cactuscode.org/flesh/trunk@2285 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/CST')
-rw-r--r--lib/sbin/CST4
1 files changed, 2 insertions, 2 deletions
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);