]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Patch for bug 240228: Improve the format of the error message displayed by checksetup...
authorjocuri%softhome.net <>
Mon, 12 Apr 2004 01:42:33 +0000 (01:42 +0000)
committerjocuri%softhome.net <>
Mon, 12 Apr 2004 01:42:33 +0000 (01:42 +0000)
checksetup.pl

index 8edb48145352a65e296a5028d1e89b7f39079fc8..aad13e2cbb63b28853f344cf3372e4ccca549cf2 100755 (executable)
@@ -1436,7 +1436,7 @@ if ($my_db_check) {
     if ( vers_cmp($sql_vers,$sql_want) > -1 ) {
         print "ok: found v$sql_vers\n" unless $silent;
     } else {
-        die "Your MySQL server v$sql_vers is too old./n" . 
+        die "\nYour MySQL server v$sql_vers is too old.\n" . 
             "   Bugzilla requires version $sql_want or later of MySQL.\n" . 
             "   Please visit http://www.mysql.com/ and download a newer version.\n";
     }