Skip to content

Commit

Permalink
Bug 1116614: checksetup "use lib" called too late. r=gerv, a=glob.
Browse files Browse the repository at this point in the history
  • Loading branch information
albert-ting authored and Gervase Markham committed Jan 22, 2015
1 parent 1612292 commit 561465c
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions checksetup.pl
Original file line number Diff line number Diff line change
Expand Up @@ -17,12 +17,13 @@
use warnings;

use File::Basename;
BEGIN { chdir dirname($0); }
use lib qw(. lib);

use Getopt::Long qw(:config bundling);
use Pod::Usage;
use Safe;

BEGIN { chdir dirname($0); }
use lib qw(. lib);
use Bugzilla::Constants;
use Bugzilla::Install::Requirements;
use Bugzilla::Install::Util qw(install_string get_version_and_os
Expand Down

0 comments on commit 561465c

Please sign in to comment.