summaryrefslogtreecommitdiffstats
path: root/scripts/security_remove.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/security_remove.pl')
-rwxr-xr-xscripts/security_remove.pl5
1 files changed, 3 insertions, 2 deletions
diff --git a/scripts/security_remove.pl b/scripts/security_remove.pl
index 7c01e8002..dc0847e3c 100755
--- a/scripts/security_remove.pl
+++ b/scripts/security_remove.pl
@@ -9,9 +9,10 @@
use 5.10.1;
use strict;
use warnings;
+use lib qw(. lib local/lib/perl5);
+
+
-use FindBin qw($RealBin);
-use lib ("$RealBin/..", "$RealBin/../lib", "$RealBin/../local/lib/perl5");
use Bugzilla;
use Bugzilla::Constants;