summaryrefslogtreecommitdiffstats
path: root/scripts/clear-templates.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/clear-templates.pl')
-rwxr-xr-xscripts/clear-templates.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/scripts/clear-templates.pl b/scripts/clear-templates.pl
index 81c85646b..8b0864d46 100755
--- a/scripts/clear-templates.pl
+++ b/scripts/clear-templates.pl
@@ -9,8 +9,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::Constants;