summaryrefslogtreecommitdiff
path: root/lib/sbin
diff options
context:
space:
mode:
authorgoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-05-26 21:06:03 +0000
committergoodale <goodale@17b73243-c579-4c4c-a9d2-2d5706c11dac>1999-05-26 21:06:03 +0000
commite40b31c6310d249f6db7d7a592489bdc8b1ad9ab (patch)
tree89aaeb74bf9f1d5cb02b1ede6feb5a2e6bc2bd8c /lib/sbin
parente3e8c851951c3e3895483d6c92ece1c85ce5fd28 (diff)
Changed so that startup routines aren't registered with an rfr ordering.
In principle do need ordering for startup routines, but a lot of this will change when schedule groups are introduced. Tom git-svn-id: http://svn.cactuscode.org/flesh/trunk@534 17b73243-c579-4c4c-a9d2-2d5706c11dac
Diffstat (limited to 'lib/sbin')
-rw-r--r--lib/sbin/schedule_parser.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/sbin/schedule_parser.pl b/lib/sbin/schedule_parser.pl
index 92e09b07..eb64892b 100644
--- a/lib/sbin/schedule_parser.pl
+++ b/lib/sbin/schedule_parser.pl
@@ -267,7 +267,7 @@ sub parse_schedule_ccl
$out .= "$out_block";
$compile_files .= " $wrapper_file";
- if(@options)
+ if(@options && $options[0] !~ m:STARTUP:i)
{
$schedule_ordering{"\U$thorn"} .= " $routine";