summaryrefslogtreecommitdiffstats
path: root/extensions/UserProfile/bin/update.pl
diff options
context:
space:
mode:
Diffstat (limited to 'extensions/UserProfile/bin/update.pl')
-rwxr-xr-xextensions/UserProfile/bin/update.pl4
1 files changed, 2 insertions, 2 deletions
diff --git a/extensions/UserProfile/bin/update.pl b/extensions/UserProfile/bin/update.pl
index 2a4997aee..af9a81774 100755
--- a/extensions/UserProfile/bin/update.pl
+++ b/extensions/UserProfile/bin/update.pl
@@ -10,8 +10,8 @@
use strict;
use warnings;
-use FindBin qw($Bin);
-use lib "$Bin/../../..";
+use FindBin qw($RealBin);
+use lib ("$RealBin/../../..", "$RealBin/../../../lib", "$RealBin/../../../local/lib/perl5");
use Bugzilla;
BEGIN { Bugzilla->extensions() }