summaryrefslogtreecommitdiff
path: root/fml/lib/FML/Process/Configure.pm
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-08-26 08:41:58 +0000
committerfukachan <fukachan>2001-08-26 08:41:58 +0000
commit20ad71392bcc3a4103d201d663ad9b2ebec36fb7 (patch)
tree04222af06fda85d718f579ebfc0ff584d64ca456 /fml/lib/FML/Process/Configure.pm
parent2041b87871335464017b07775802eba2795a17d7 (diff)
downloadfml8-20ad71392bcc3a4103d201d663ad9b2ebec36fb7.tar.gz
fml8-20ad71392bcc3a4103d201d663ad9b2ebec36fb7.tar.bz2
fml8-20ad71392bcc3a4103d201d663ad9b2ebec36fb7.zip
pass {command_mode = admin} to FML::Command
Diffstat (limited to 'fml/lib/FML/Process/Configure.pm')
-rw-r--r--fml/lib/FML/Process/Configure.pm13
1 files changed, 7 insertions, 6 deletions
diff --git a/fml/lib/FML/Process/Configure.pm b/fml/lib/FML/Process/Configure.pm
index a6edd431..788a8f82 100644
--- a/fml/lib/FML/Process/Configure.pm
+++ b/fml/lib/FML/Process/Configure.pm
@@ -4,7 +4,7 @@
# Copyright (C) 2000,2001 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: Configure.pm,v 1.23 2001/05/31 11:02:32 fukachan Exp $
+# $FML: Configure.pm,v 1.24 2001/07/15 12:02:12 fukachan Exp $
#
package FML::Process::Configure;
@@ -170,11 +170,12 @@ sub _makefml
# arguments to pass off to each method
my $optargs = {
- command => $method,
- ml_name => $ml_name,
- options => \@options,
- argv => $argv,
- args => $args,
+ command_mode => 'admin',
+ command => $method,
+ ml_name => $ml_name,
+ options => \@options,
+ argv => $argv,
+ args => $args,
};
# here we go