summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Command.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2002-08-03 10:35:08 +0000
committerfukachan <fukachan>2002-08-03 10:35:08 +0000
commit6c250615a382dda02b11da6d0d85c2db5e50fbbd (patch)
tree803b970b6cf6cc6fae06024b3772828a16c531c6 /fml/lib/FML/Process/Command.pm
parente3048b25e467167974d1e68757ec521944a73da0 (diff)
downloadfml8-6c250615a382dda02b11da6d0d85c2db5e50fbbd.tar.gz
fml8-6c250615a382dda02b11da6d0d85c2db5e50fbbd.tar.bz2
fml8-6c250615a382dda02b11da6d0d85c2db5e50fbbd.zip
scheduler_init()
Diffstat (limited to 'fml/lib/FML/Process/Command.pm')
-rw-r--r--fml/lib/FML/Process/Command.pm3
1 files changed, 2 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Command.pm b/fml/lib/FML/Process/Command.pm
index 4b8fdd5d..6b97f17a 100644
--- a/fml/lib/FML/Process/Command.pm
+++ b/fml/lib/FML/Process/Command.pm
@@ -3,7 +3,7 @@
# Copyright (C) 2000,2001,2002 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Command.pm,v 1.67 2002/07/19 03:11:01 fukachan Exp $
+# $FML: Command.pm,v 1.68 2002/07/25 00:10:11 fukachan Exp $
#
package FML::Process::Command;
@@ -82,6 +82,7 @@ sub prepare
$curproc->resolve_ml_specific_variables( $args );
$curproc->load_config_files( $args->{ cf_list } );
+ $curproc->scheduler_init();
$curproc->parse_incoming_message($args);
$eval = $config->get_hook( 'command_prepare_end_hook' );