summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authorDylan William Hardison <dylan@hardison.net>2017-07-05 20:43:18 +0200
committerDylan William Hardison <dylan@hardison.net>2017-07-07 00:19:20 +0200
commit37722eca39874bb6abdcd120e3e458bd62dea62b (patch)
tree57a9a9970c00ec77baecab7e154ef7dfcef863fe /checksetup.pl
parenta6f98de0d4e842351222b0173a1fff151da8738e (diff)
downloadbugzilla-37722eca39874bb6abdcd120e3e458bd62dea62b.tar.gz
bugzilla-37722eca39874bb6abdcd120e3e458bd62dea62b.tar.xz
Bug 1377933 - Remove trailing whitespace from all perl files
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl12
1 files changed, 6 insertions, 6 deletions
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<Bugzilla::Install::DB/update_table_definitions>.
-This includes creating the default Classification (using
+This includes creating the default Classification (using
L<Bugzilla::Install/create_default_classification>) and setting up all
the foreign keys for all tables, using L<Bugzilla::DB/bz_setup_foreign_keys>.
@@ -529,7 +529,7 @@ The format of that file is as follows:
$answer{'NO_PAUSE'} = 1
C<NO_PAUSE> 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