X-Git-Url: http://gb7djk.dxcluster.net/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcreate_sysop.pl;h=22b64d71ee6f277c94a76d8da77f9137941789ee;hb=refs%2Fheads%2Fmaster;hp=c59358b612dea4efa99f2e44e555617c4ca83bcf;hpb=02f97e2b119bcd216e4ce68850d48d21029fa2f5;p=spider.git diff --git a/perl/create_sysop.pl b/perl/create_sysop.pl index c59358b6..22b64d71 100755 --- a/perl/create_sysop.pl +++ b/perl/create_sysop.pl @@ -15,6 +15,7 @@ BEGIN { $root = "/spider"; $root = $ENV{'DXSPIDER_ROOT'} if $ENV{'DXSPIDER_ROOT'}; + unshift @INC, "$root/perl"; # this IS the right way round! unshift @INC, "$root/local"; }