summaryrefslogtreecommitdiffstats
path: root/scripts/syncmsandversions.pl
diff options
context:
space:
mode:
Diffstat (limited to 'scripts/syncmsandversions.pl')
-rwxr-xr-xscripts/syncmsandversions.pl3
1 files changed, 2 insertions, 1 deletions
diff --git a/scripts/syncmsandversions.pl b/scripts/syncmsandversions.pl
index 20e88252e..e886d9e5b 100755
--- a/scripts/syncmsandversions.pl
+++ b/scripts/syncmsandversions.pl
@@ -24,7 +24,8 @@
use strict;
-use lib qw(. lib);
+use FindBin qw($RealBin);
+use lib ("$RealBin/..", "$RealBin/../lib", "$RealBin/../local/lib/perl5");
use Bugzilla;
use Bugzilla::Constants;