diff options
Diffstat (limited to 'fml/lib/FML/Process/Command.pm')
| -rw-r--r-- | fml/lib/FML/Process/Command.pm | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/fml/lib/FML/Process/Command.pm b/fml/lib/FML/Process/Command.pm index 8c3b728f..a68f81e8 100644 --- a/fml/lib/FML/Process/Command.pm +++ b/fml/lib/FML/Process/Command.pm @@ -3,7 +3,7 @@ # Copyright (C) 2000,2001,2002,2003,2004 Ken'ichi Fukamachi # All rights reserved. # -# $FML: Command.pm,v 1.96 2004/01/02 14:50:33 fukachan Exp $ +# $FML: Command.pm,v 1.97 2004/01/24 15:37:01 fukachan Exp $ # package FML::Process::Command; @@ -81,8 +81,7 @@ sub prepare if ($eval) { eval qq{ $eval; }; $curproc->logwarn($@) if $@; } $curproc->resolve_ml_specific_variables(); - my $cf_list = $curproc->get_config_files_list(); - $curproc->load_config_files($cf_list); + $curproc->load_config_files(); $curproc->fix_perl_include_path(); $curproc->scheduler_init(); $curproc->log_message_init(); |
