mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-09 13:21:40 -04:00
More stuff
This commit is contained in:
+1
-2
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user