summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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";