diff options
Diffstat (limited to 'report.cgi')
-rwxr-xr-x | report.cgi | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/report.cgi b/report.cgi index 10c532163..9ee5df287 100755 --- a/report.cgi +++ b/report.cgi @@ -22,7 +22,7 @@ # <rdean@cambianetworks.com> use strict; -use lib "."; +use lib qw(. lib); use Bugzilla; use Bugzilla::Constants; |