From a571ccd52c3d6702fd2bf757d99fa4a3f4fc42f8 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 10 May 2016 15:40:48 -0400 Subject: [PATCH] re-add check-modules --- checksetup.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/checksetup.pl b/checksetup.pl index e6061b3922..a760e4dbfd 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -48,7 +48,7 @@ init_console(); my %switch; GetOptions(\%switch, 'help|h|?', 'no-templates|t', 'verbose|v|no-silent', - 'cpanm:s', + 'cpanm:s', 'check-modules', 'make-admin=s', 'reset-password=s', 'version|V', 'no-permissions|p'); @@ -95,7 +95,7 @@ exit 1 unless $requirements->{ok}; check_all_cpan_features($meta, \@BUGZILLA_INC, !$silent); - +exit 0 if $switch{'check-modules'}; ########################################################################### # Load Bugzilla Modules ########################################################################### -- 2.47.2