summaryrefslogtreecommitdiff
path: root/lib/sbin/CST
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-06-08 10:19:31 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>2000-06-08 10:19:31 +0000
commit2c4efdaa8de352216c384f4fb17c82f14fe33968 (patch)
tree99309c0a082a9249319d33aa9b3a9a666b72374c /lib/sbin/CST
parent4267fbabafbb1f845289203897b9b567b7c74f32 (diff)
Ignore directives in thorn lists
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1678 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/CST')
-rw-r--r--lib/sbin/CST3
1 files changed, 2 insertions, 1 deletions
diff --git a/lib/sbin/CST b/lib/sbin/CST
index 19b94939..4815c741 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.36 2000-01-21 10:13:09 allen Exp $
+# @version $Header: /mnt/data2/cvs2svn/cvs-repositories/Cactus/lib/sbin/CST,v 1.37 2000-06-08 10:19:31 allen Exp $
#@@*/
# Global parameter to track the number of errors from the CST
@@ -212,6 +212,7 @@ sub CreateThornList
{
#Ignore comments.
s/\#(.*)$//g;
+ s/!(.*)$//g;
s/\n//g; # Different from chop...