diff options
| author | fukachan <fukachan> | 2001-01-20 07:08:41 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-01-20 07:08:41 +0000 |
| commit | 0aeb61de24d40ff89dffa941b91447c3e8f148f0 (patch) | |
| tree | c70874a22059f0d32004e700a0d95d6254a86539 /fml/libexec | |
| parent | 79359ec8aa27e286870d279584a652b8dc6bd45c (diff) | |
| download | fml8-0aeb61de24d40ff89dffa941b91447c3e8f148f0.tar.gz fml8-0aeb61de24d40ff89dffa941b91447c3e8f148f0.tar.bz2 fml8-0aeb61de24d40ff89dffa941b91447c3e8f148f0.zip | |
fix --param
Diffstat (limited to 'fml/libexec')
| -rwxr-xr-x | fml/libexec/fmlwrapper | 5 |
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( |
