diff options
Diffstat (limited to 'scripts/move_os.pl')
-rwxr-xr-x | scripts/move_os.pl | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/scripts/move_os.pl b/scripts/move_os.pl index 96b58d616..48f6d0031 100755 --- a/scripts/move_os.pl +++ b/scripts/move_os.pl @@ -10,8 +10,8 @@ use 5.10.1; use strict; use warnings; -use FindBin '$RealBin'; -use lib "$RealBin/../..", "$RealBin/../../lib"; +use FindBin qw($RealBin); +use lib ("$RealBin/..", "$RealBin/../lib", "$RealBin/../local/lib/perl5"); use Bugzilla; use Bugzilla::Field; |