From 37722eca39874bb6abdcd120e3e458bd62dea62b Mon Sep 17 00:00:00 2001 From: Dylan William Hardison Date: Wed, 5 Jul 2017 11:43:18 -0700 Subject: Bug 1377933 - Remove trailing whitespace from all perl files --- checksetup.pl | 12 ++++++------ 1 file changed, 6 insertions(+), 6 deletions(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index d9ce9e8a9..99ee12e37 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -33,7 +33,7 @@ use Safe; use Bugzilla::Constants; use Bugzilla::Install::Requirements; -use Bugzilla::Install::Util qw(install_string get_version_and_os +use Bugzilla::Install::Util qw(install_string get_version_and_os init_console success); ###################################################################### @@ -58,7 +58,7 @@ GetOptions(\%switch, 'help|h|?', # Print the help message if that switch was selected. pod2usage({-verbose => 1, -exitval => 1}) if $switch{'help'}; -# Read in the "answers" file if it exists, for running in +# Read in the "answers" file if it exists, for running in # non-interactive mode. my $answers_file = $ARGV[0]; my $silent = $answers_file && !$switch{'verbose'}; @@ -278,7 +278,7 @@ unless ($switch{'no-database'}) { unlink(Bugzilla::Constants::bz_locations()->{datadir} . '/mod_perl_preload'); # Check if the default parameter for urlbase is still set, and if so, give - # notification that they should go and visit editparams.cgi + # notification that they should go and visit editparams.cgi if (Bugzilla->params->{'urlbase'} eq '') { print "\n" . get_text('install_urlbase_default') . "\n" unless $silent; @@ -325,7 +325,7 @@ interface. =item B<--reset-password>=user@domain.com -Resets the specified user's password. checksetup.pl will prompt you to +Resets the specified user's password. checksetup.pl will prompt you to enter a new password for the user. =item B<--no-templates> (B<-t>) @@ -461,7 +461,7 @@ from one version of Bugzilla to another. The code for this is in L. -This includes creating the default Classification (using +This includes creating the default Classification (using L) and setting up all the foreign keys for all tables, using L. @@ -529,7 +529,7 @@ The format of that file is as follows: $answer{'NO_PAUSE'} = 1 C means "never stop and prompt the user to hit Enter to continue, -just go ahead and do things, even if they are potentially dangerous." +just go ahead and do things, even if they are potentially dangerous." Don't set this to 1 unless you know what you are doing. =head1 SEE ALSO -- cgit v1.2.3-24-g4f1b