summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2016-05-10 21:40:48 +0200
committerDylan William Hardison <dylan@hardison.net>2016-05-10 21:40:48 +0200
commit4421d2e63809001d58de4cce5060452ec5540161 (patch)
treeb1d8babd71b102bdb8d4e2ac58e9b76930d30a73 /checksetup.pl
parentfc1a89ae1e80027493cf1a54cd345169ad5a4548 (diff)
downloadbugzilla-4421d2e63809001d58de4cce5060452ec5540161.tar.gz
bugzilla-4421d2e63809001d58de4cce5060452ec5540161.tar.xz
re-add check-modules
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl4
1 files changed, 2 insertions, 2 deletions
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
###########################################################################