diff options
| author | fukachan <fukachan> | 2001-03-14 08:35:37 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-03-14 08:35:37 +0000 |
| commit | 2bdf14cdc721ab6672a4922cd2aa2234316619da (patch) | |
| tree | b6ae0ef4ad98f46f7e5abe26ee23f889d5dc80c8 /fml | |
| parent | d074a5010fe5f49d6c93f4debd3ed4ef01d040c8 (diff) | |
| download | fml8-2bdf14cdc721ab6672a4922cd2aa2234316619da.tar.gz fml8-2bdf14cdc721ab6672a4922cd2aa2234316619da.tar.bz2 fml8-2bdf14cdc721ab6672a4922cd2aa2234316619da.zip | |
pass $main_cf object to the real fml process
Diffstat (limited to 'fml')
| -rw-r--r-- | fml/lib/FML/Process/Switch.pm | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/fml/lib/FML/Process/Switch.pm b/fml/lib/FML/Process/Switch.pm index d165c416..207071cf 100644 --- a/fml/lib/FML/Process/Switch.pm +++ b/fml/lib/FML/Process/Switch.pm @@ -139,6 +139,8 @@ sub main::Bootstrap2 argv => \@argv, # pass the original @ARGV ARGV => \@ARGV, # @ARGV after getopts() + main_cf => $main_cf, + # options need_ml_name => _ml_name_is_required($myname), }; |
