From 598ce63e0d2acbc3a2060fe13199742945fac342 Mon Sep 17 00:00:00 2001 From: "mkanat%bugzilla.org" <> Date: Mon, 29 May 2006 10:10:28 +0000 Subject: Fix a test failure caused by a checkin fix that I did on bug 302876. --- checksetup.pl | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'checksetup.pl') 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; -- cgit v1.2.3-24-g4f1b