diff options
| author | fukachan <fukachan> | 2001-01-23 12:10:48 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-01-23 12:10:48 +0000 |
| commit | 04db5062fc3a2025d2d2b9dfb620553c0fc061d3 (patch) | |
| tree | b32cb7ac1e8515370864ee89c2924ea35c6208d0 /fml/libexec | |
| parent | 9f88c6ebedd0fe7fd0d289a62614dfcb9e20e86c (diff) | |
| download | fml8-04db5062fc3a2025d2d2b9dfb620553c0fc061d3.tar.gz fml8-04db5062fc3a2025d2d2b9dfb620553c0fc061d3.tar.bz2 fml8-04db5062fc3a2025d2d2b9dfb620553c0fc061d3.zip | |
shorten sleep() parameter (debug)
Diffstat (limited to 'fml/libexec')
| -rwxr-xr-x | fml/libexec/fmlwrapper | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/fml/libexec/fmlwrapper b/fml/libexec/fmlwrapper index eb1dc606..942ac9da 100755 --- a/fml/libexec/fmlwrapper +++ b/fml/libexec/fmlwrapper @@ -88,7 +88,7 @@ sub Bootstrap # debug; if ($0 =~ /fmlwrapper/) { - use Data::Dumper; print Dumper( $main_cf ); sleep 5; + use Data::Dumper; print Dumper( $main_cf ); sleep 3; } # 5. o.k. here we go! |
