summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Kernel.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-03-24 13:57:16 +0000
committerfukachan <fukachan>2001-03-24 13:57:16 +0000
commit9b755f0af01dcb4237ca73791b4a22920088ad18 (patch)
tree9f25da6921153f45bda022f05a47bfe3029b67fc /fml/lib/FML/Process/Kernel.pm
parent6641fff181e6dcb3c919b4b7f01ec6bab25655b2 (diff)
downloadfml8-9b755f0af01dcb4237ca73791b4a22920088ad18.tar.gz
fml8-9b755f0af01dcb4237ca73791b4a22920088ad18.tar.bz2
fml8-9b755f0af01dcb4237ca73791b4a22920088ad18.zip
modified to make makefml.cgi work.
XXX we should pass arguments in $args hash not @argv itself useful for XXX several programs with difference IO interface.
Diffstat (limited to 'fml/lib/FML/Process/Kernel.pm')
-rw-r--r--fml/lib/FML/Process/Kernel.pm2
1 files changed, 1 insertions, 1 deletions
diff --git a/fml/lib/FML/Process/Kernel.pm b/fml/lib/FML/Process/Kernel.pm
index 7400fd31..83a03eaa 100644
--- a/fml/lib/FML/Process/Kernel.pm
+++ b/fml/lib/FML/Process/Kernel.pm
@@ -72,7 +72,7 @@ sub new
my ($cfargs) = {};
# import variables
- my (@import_vars) = qw(ml_home_prefix ml_home_dir);
+ my (@import_vars) = qw(ml_home_prefix ml_home_dir program_name);
my $var;
IMPORT_CHECK: