summaryrefslogtreecommitdiff
path: root/fml/libexec
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-01-20 07:08:41 +0000
committerfukachan <fukachan>2001-01-20 07:08:41 +0000
commit0aeb61de24d40ff89dffa941b91447c3e8f148f0 (patch)
treec70874a22059f0d32004e700a0d95d6254a86539 /fml/libexec
parent79359ec8aa27e286870d279584a652b8dc6bd45c (diff)
downloadfml8-0aeb61de24d40ff89dffa941b91447c3e8f148f0.tar.gz
fml8-0aeb61de24d40ff89dffa941b91447c3e8f148f0.tar.bz2
fml8-0aeb61de24d40ff89dffa941b91447c3e8f148f0.zip
fix --param
Diffstat (limited to 'fml/libexec')
-rwxr-xr-xfml/libexec/fmlwrapper5
1 files changed, 4 insertions, 1 deletions
diff --git a/fml/libexec/fmlwrapper b/fml/libexec/fmlwrapper
index 82e23dff..692b34ef 100755
--- a/fml/libexec/fmlwrapper
+++ b/fml/libexec/fmlwrapper
@@ -56,7 +56,7 @@ sub Bootstrap
my %options = ();
my $my_default_config = '';
GetOptions(\%options,
- qw(ctladdr! debug! params! -c=s)
+ qw(ctladdr! debug! params=s -c=s)
);
for (@ARGV) {
@@ -84,6 +84,9 @@ sub Bootstrap
use File::Basename;
my $myname = basename($0);
+ # debug;
+ # use Data::Dumper; print Dumper( $main_cf ); exit 1;
+
# 5. o.k. here we go!
require "$libexec_dir/fml";
ProcessSwitch(