More stuff

This commit is contained in:
freesource
2003-02-25 18:55:18 +00:00
parent 9e8160f0ed
commit a7af2cf254
3 changed files with 3 additions and 5 deletions
+1 -2
View File
@@ -29,12 +29,11 @@ BEGIN {
my $fhs = grep(/\/usr\/share\/perl5/,@INC);
unshift(@INC,"."); # better make sure we mean . when we mean .
if ($fhs == 0) {
unshift(@INC,"/usr/share/perl5");
}
unshift(@INC,"."); # better make sure we mean . when we mean .
my $sbin = grep(/\/sbin/,$ENV{'PATH'});
if ($sbin == 0) {