summaryrefslogtreecommitdiffstats
path: root/contrib/recode.pl
diff options
context:
space:
mode:
Diffstat (limited to 'contrib/recode.pl')
-rwxr-xr-xcontrib/recode.pl3
1 files changed, 1 insertions, 2 deletions
diff --git a/contrib/recode.pl b/contrib/recode.pl
index 49e824f6d..713465be7 100755
--- a/contrib/recode.pl
+++ b/contrib/recode.pl
@@ -20,8 +20,7 @@
# Contributor(s): Max Kanat-Alexander <mkanat@bugzilla.org>
use strict;
-# Allow the script to be run from contrib or as contrib/recode.pl
-use lib '..';
+use lib qw(. lib);
use Bugzilla;
use Bugzilla::Constants;