From 4421d2e63809001d58de4cce5060452ec5540161 Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Tue, 10 May 2016 15:40:48 -0400 Subject: re-add check-modules --- checksetup.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 8650d06a8..8c6255ddf 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 ########################################################################### -- cgit v1.2.3-24-g4f1b