summaryrefslogtreecommitdiffstats
path: root/shutdown.cgi
diff options
context:
space:
mode:
Diffstat (limited to 'shutdown.cgi')
-rwxr-xr-xshutdown.cgi2
1 files changed, 1 insertions, 1 deletions
diff --git a/shutdown.cgi b/shutdown.cgi
index 7b33ec7c4..b498349a0 100755
--- a/shutdown.cgi
+++ b/shutdown.cgi
@@ -10,7 +10,7 @@ use 5.10.1;
use strict;
use warnings;
-use lib qw(. lib);
+use lib qw(. lib local/lib/perl5);
use Bugzilla;