summaryrefslogtreecommitdiff
path: root/fml/libexec
diff options
context:
space:
mode:
authorfukachan <fukachan>2001-11-25 11:41:05 +0000
committerfukachan <fukachan>2001-11-25 11:41:05 +0000
commit3ee1f5e998746cbdcbc09688f6a1accbffb220b0 (patch)
tree3753fc445181e871bb462a7ba914e506134e4c5c /fml/libexec
parentc10b09ef1342a3063fc688bbd10bf246e6dd17e4 (diff)
downloadfml8-3ee1f5e998746cbdcbc09688f6a1accbffb220b0.tar.gz
fml8-3ee1f5e998746cbdcbc09688f6a1accbffb220b0.tar.bz2
fml8-3ee1f5e998746cbdcbc09688f6a1accbffb220b0.zip
we should not use @INC derived from $0
Diffstat (limited to 'fml/libexec')
-rwxr-xr-xfml/libexec/loader.in3
1 files changed, 1 insertions, 2 deletions
diff --git a/fml/libexec/loader.in b/fml/libexec/loader.in
index 7a17704c..9656e524 100755
--- a/fml/libexec/loader.in
+++ b/fml/libexec/loader.in
@@ -4,7 +4,7 @@
# Copyright (C) 2000-2001 Ken'ichi Fukamachi
# All rights reserved.
#
-# $FML: loader.in,v 1.1 2001/11/12 13:26:01 fukachan Exp $
+# $FML: loader.in,v 1.2 2001/11/12 15:53:41 fukachan Exp $
#
eval 'exec /usr/local/bin/perl -S $0 ${1+"$@"}'
@@ -34,7 +34,6 @@ exit 0;
BEGIN {
use File::Basename;
unshift(@INC, '/usr/local/libexec/fml');
- unshift(@INC, dirname($0));
require Standalone;
}