]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Fix a test failure caused by a checkin fix that I did on bug 302876.
authormkanat%bugzilla.org <>
Mon, 29 May 2006 10:10:28 +0000 (10:10 +0000)
committermkanat%bugzilla.org <>
Mon, 29 May 2006 10:10:28 +0000 (10:10 +0000)
checksetup.pl

index cde8b4945f23fc7c9c6ccb7e7dc91fab0ef4d36f..0909b2d4df1bcf83983f4fb3a2ee1558b15284f9 100755 (executable)
@@ -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;