diff options
-rwxr-xr-x | checksetup.pl | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/checksetup.pl b/checksetup.pl index eb6b3f857..908029313 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -17,12 +17,13 @@ use strict; 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 |