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, 2 insertions, 1 deletions
diff --git a/scripts/clear-templates.pl b/scripts/clear-templates.pl
index 8b0864d46..81c85646b 100755
--- a/scripts/clear-templates.pl
+++ b/scripts/clear-templates.pl
@@ -9,7 +9,8 @@
use strict;
use warnings;
-use lib qw(. lib);
+use FindBin qw($RealBin);
+use lib ("$RealBin/..", "$RealBin/../lib", "$RealBin/../local/lib/perl5");
use Bugzilla;
use Bugzilla::Constants;