summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authormkanat%bugzilla.org <>2006-05-29 12:10:28 +0200
committermkanat%bugzilla.org <>2006-05-29 12:10:28 +0200
commit598ce63e0d2acbc3a2060fe13199742945fac342 (patch)
tree181bab0e4b312d3fcaa4b0c23db241d637c29906 /checksetup.pl
parentc922073c79f949a867827e4f302d2ec433bbe85e (diff)
downloadbugzilla-598ce63e0d2acbc3a2060fe13199742945fac342.tar.gz
bugzilla-598ce63e0d2acbc3a2060fe13199742945fac342.tar.xz
Fix a test failure caused by a checkin fix that I did on bug 302876.
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;