diff options
| author | fukachan <fukachan> | 2002-08-14 03:31:55 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2002-08-14 03:31:55 +0000 |
| commit | f58276939fe963f45c9d803ec182e0815e573eda (patch) | |
| tree | 746e08590e556910e2fd5469b70061205c192bf3 /fml/lib/FML/Process/ThreadTrack.pm | |
| parent | e191040fd7cb8c36b6f74fb7332c1bf45f5c9e56 (diff) | |
| download | fml8-f58276939fe963f45c9d803ec182e0815e573eda.tar.gz fml8-f58276939fe963f45c9d803ec182e0815e573eda.tar.bz2 fml8-f58276939fe963f45c9d803ec182e0815e573eda.zip | |
apply fix_perl_include_path(); after load_config_files() runs to add
ml local library path to @INC.
This is used for ml specific extention e.g. command extension.
Diffstat (limited to 'fml/lib/FML/Process/ThreadTrack.pm')
| -rw-r--r-- | fml/lib/FML/Process/ThreadTrack.pm | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/ThreadTrack.pm b/fml/lib/FML/Process/ThreadTrack.pm index 9f5e9bb7..91d1b267 100644 --- a/fml/lib/FML/Process/ThreadTrack.pm +++ b/fml/lib/FML/Process/ThreadTrack.pm @@ -3,7 +3,7 @@ # Copyright (C) 2001,2002 Ken'ichi Fukamachi # All rights reserved. # -# $FML: ThreadTrack.pm,v 1.30 2002/06/30 01:23:00 fukachan Exp $ +# $FML: ThreadTrack.pm,v 1.31 2002/07/02 03:59:42 fukachan Exp $ # package FML::Process::ThreadTrack; @@ -70,6 +70,7 @@ sub prepare $curproc->resolve_ml_specific_variables( $args ); $curproc->load_config_files( $args->{ cf_list } ); + $curproc->fix_perl_include_path(); $eval = $config->get_hook( 'fmlthread_prepare_end_hook' ); if ($eval) { eval qq{ $eval; }; LogWarn($@) if $@; } |
