summaryrefslogtreecommitdiff
path: root/lib/sbin/CST
diff options
context:
space:
mode:
Diffstat (limited to 'lib/sbin/CST')
-rw-r--r--lib/sbin/CST4
1 files changed, 3 insertions, 1 deletions
diff --git a/lib/sbin/CST b/lib/sbin/CST
index d56ba7fa..b04e3cf1 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.34 1999-11-06 10:40:42 allen Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/sbin/CST,v 1.35 1999-12-16 07:50:21 allen Exp $
#@@*/
# Global parameter to track the number of errors from the CST
@@ -14,6 +14,7 @@
# is zero.
$CST_errors = 0;
+$error_string = "";
##########################################################################
# Parse the command line
@@ -162,6 +163,7 @@ if ($CST_errors)
print "There $comment1 during execution of the CST\n";
print "$comment2 must be corrected before compilation can proceed\n";
print "------------------------------------------------------\n\n";
+ &CST_PrintErrors;
exit(1);
}