X-Git-Url: http://www.dxcluster.org/gitweb/gitweb.cgi?a=blobdiff_plain;f=perl%2Fcreate_sysop.pl;h=22b64d71ee6f277c94a76d8da77f9137941789ee;hb=535b2f643655bde03c2de4077f12557dfd2e9243;hp=c59358b612dea4efa99f2e44e555617c4ca83bcf;hpb=5b66ad22854dc7084805ce4147780173264436b5;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"; }