mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-17 17:11:38 -04:00
More stuff
This commit is contained in:
+1
-1
@@ -36,12 +36,12 @@ 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