From: mkanat%bugzilla.org <> Date: Mon, 29 May 2006 10:10:28 +0000 (+0000) Subject: Fix a test failure caused by a checkin fix that I did on bug 302876. X-Git-Tag: bugzilla-2.23.2~154 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=598ce63e0d2acbc3a2060fe13199742945fac342;p=thirdparty%2Fbugzilla.git Fix a test failure caused by a checkin fix that I did on bug 302876. --- diff --git a/checksetup.pl b/checksetup.pl index cde8b4945f..0909b2d4df 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;