summaryrefslogtreecommitdiff
path: root/lib/sbin/CopyParFiles.pl
diff options
context:
space:
mode:
authorallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-24 10:15:38 +0000
committerallen <allen@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-10-24 10:15:38 +0000
commita952870813d0297fbcf437b4fe6a39d7e7d098e8 (patch)
tree1ac3f1901bb85a9ee2ff7a288352c10c2a5cf258 /lib/sbin/CopyParFiles.pl
parentb03e83b33e90333c411a3b0833c9d6683bc467b8 (diff)
Ignore comment lines in ThornList
git-svn-id: http://svn.cactuscode.org/flesh/trunk@1085 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin/CopyParFiles.pl')
-rw-r--r--lib/sbin/CopyParFiles.pl1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/sbin/CopyParFiles.pl b/lib/sbin/CopyParFiles.pl
index 92aae472..6d4a9251 100644
--- a/lib/sbin/CopyParFiles.pl
+++ b/lib/sbin/CopyParFiles.pl
@@ -18,6 +18,7 @@ if (! -d "thornparfiles")
while (<THORNLIST>)
{
/^(\S*)/;
+ next if (m:^\#:);
$thorn=$1;
print "Thorn $thorn\n";
$thorn = "arrangements/$thorn/par";