diff options
Diffstat (limited to 'fml/libexec/fmlwrapper')
| -rwxr-xr-x | fml/libexec/fmlwrapper | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/fml/libexec/fmlwrapper b/fml/libexec/fmlwrapper index 2e231bf4..eda23db3 100755 --- a/fml/libexec/fmlwrapper +++ b/fml/libexec/fmlwrapper @@ -8,6 +8,9 @@ # $FML$ # +eval 'exec /usr/local/bin/perl -S $0 ${1+"$@"}' + if $running_under_some_shell; + use vars qw($MainCF); use strict; use Carp; |
