summaryrefslogtreecommitdiff
path: root/fml/libexec/fmlwrapper
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-01-24 04:46:00 +0000
committerfukachan <fukachan>2001-01-24 04:46:00 +0000
commit3250a6e7addbab9c2a76b03dae5cc98611ac2f03 (patch)
tree7da508a456668bf8b4f2871982deb33fce301188 /fml/libexec/fmlwrapper
parent8a575043e66ef7a2af6b9858adeb3a6152964803 (diff)
downloadfml8-3250a6e7addbab9c2a76b03dae5cc98611ac2f03.tar.gz
fml8-3250a6e7addbab9c2a76b03dae5cc98611ac2f03.tar.bz2
fml8-3250a6e7addbab9c2a76b03dae5cc98611ac2f03.zip
import ml_home_prefix
Diffstat (limited to 'fml/libexec/fmlwrapper')
-rwxr-xr-xfml/libexec/fmlwrapper13
1 files changed, 8 insertions, 5 deletions
diff --git a/fml/libexec/fmlwrapper b/fml/libexec/fmlwrapper
index 942ac9da..cd8fbcde 100755
--- a/fml/libexec/fmlwrapper
+++ b/fml/libexec/fmlwrapper
@@ -96,11 +96,14 @@ sub Bootstrap
require "$libexec_dir/fml";
ProcessSwitch(
{
- fml_version => $main_cf->{ fml_version },
- cf_list => \@cf,
- myname => $myname,
- ml_home_dir => $ml_home_dir,
- options => \%options,
+ fml_version => $main_cf->{ fml_version },
+
+ myname => $myname,
+ ml_home_prefix => $main_cf->{ ml_home_prefix },
+ ml_home_dir => $ml_home_dir,
+
+ cf_list => \@cf,
+ options => \%options,
});
}
else {