summaryrefslogtreecommitdiffstats
path: root/scripts/fixperms.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/fixperms.pl')
-rwxr-xr-xscripts/fixperms.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/fixperms.pl b/scripts/fixperms.pl
index f470eabe6..406c149cb 100755
--- a/scripts/fixperms.pl
+++ b/scripts/fixperms.pl
@@ -21,8 +21,7 @@
use strict;
use warnings;
-use FindBin qw($RealBin);
-use lib ("$RealBin/..", "$RealBin/../lib", "$RealBin/../local/lib/perl5");
+use lib qw(. lib);
use Bugzilla;
use Bugzilla::Install::Filesystem qw(fix_all_file_permissions);