mirror of
https://github.com/fspc/gbootroot.git
synced 2026-09-09 13:21:40 -04:00
Hopefully, this solves another @INC bug.
This commit is contained in:
+3
-1
@@ -28,9 +28,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 .
|
||||
}
|
||||
|
||||
|
||||
|
||||
Reference in New Issue
Block a user