diff options
| author | fukachan <fukachan> | 2001-01-29 03:10:29 +0000 |
|---|---|---|
| committer | fukachan <fukachan> | 2001-01-29 03:10:29 +0000 |
| commit | e7843ef8abdfbf859df47f62508337a880459870 (patch) | |
| tree | 31d463b8786d75f60aca98993c3ea68ae4e88bb2 /fml/libexec | |
| parent | c8280b2860fcf7ea6d06ae453fe23a1b601019b0 (diff) | |
| download | fml8-e7843ef8abdfbf859df47f62508337a880459870.tar.gz fml8-e7843ef8abdfbf859df47f62508337a880459870.tar.bz2 fml8-e7843ef8abdfbf859df47f62508337a880459870.zip | |
rename libexec/fml libexec/process_switch
use vars qw($MainCF $running_under_some_shell);
Diffstat (limited to 'fml/libexec')
| -rwxr-xr-x | fml/libexec/fmlwrapper | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/fml/libexec/fmlwrapper b/fml/libexec/fmlwrapper index eda23db3..c1a1e3be 100755 --- a/fml/libexec/fmlwrapper +++ b/fml/libexec/fmlwrapper @@ -11,7 +11,7 @@ eval 'exec /usr/local/bin/perl -S $0 ${1+"$@"}' if $running_under_some_shell; -use vars qw($MainCF); +use vars qw($MainCF $running_under_some_shell); use strict; use Carp; use Getopt::Long; @@ -95,8 +95,8 @@ sub Bootstrap } # 5. o.k. here we go! - if (-f "$libexec_dir/fml") { - require "$libexec_dir/fml"; + if (-f "$libexec_dir/process_switch") { + require "$libexec_dir/process_switch"; ProcessSwitch( { fml_version => $main_cf->{ fml_version }, |
