summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
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 cde8b4945..0909b2d4d 100755
--- a/checksetup.pl
+++ b/checksetup.pl
@@ -376,8 +376,8 @@ foreach my $module (@{$modules}) {
}
}
-print ("\nYou need one of the following DBD modules installed, depending on\n"
- . "which database you are using with Bugzilla:\n") unless $silent;
+print "\nYou need one of the following DBD modules installed, depending on\n"
+ . "which database you are using with Bugzilla:\n" unless $silent;
my $have_one_dbd = 0;
my $db_modules = DB_MODULE;