From 415e32d463bbb881d991d886ddba6f859669c098 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Fri, 19 Oct 2007 11:46:10 +0000 Subject: Bug 399954: Make Bugzilla able to hold its dependencies in a local directory Patch By Max Kanat-Alexander r=LpSolit, a=LpSolit --- post_bug.cgi | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'post_bug.cgi') diff --git a/post_bug.cgi b/post_bug.cgi index 8ce7f0723..2ef2dcde5 100755 --- a/post_bug.cgi +++ b/post_bug.cgi @@ -25,7 +25,7 @@ # Marc Schumann use strict; -use lib qw(.); +use lib qw(. lib); use Bugzilla; use Bugzilla::Attachment; -- cgit v1.2.3-24-g4f1b