diff options
Diffstat (limited to 'collectstats.pl')
-rwxr-xr-x | collectstats.pl | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/collectstats.pl b/collectstats.pl index a1ab9b2d1..1e5c5fd9d 100755 --- a/collectstats.pl +++ b/collectstats.pl @@ -34,7 +34,7 @@ use AnyDBM_File; use strict; use IO::Handle; -use lib "."; +use lib qw(. lib); use Bugzilla; use Bugzilla::Constants; |