]> 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:50:04 +0000 (01:50 +0000)
committerjocuri%softhome.net <>
Mon, 12 Apr 2004 01:50:04 +0000 (01:50 +0000)
checksetup.pl

index 6b0f1d6fa4ae355981088ba4f98a8089dceded15..b70eeece74f9d715d289ba627c6a4789bbf15bb4 100755 (executable)
@@ -1201,7 +1201,7 @@ if ($my_db_check) {
     if ( vers_cmp($sql_vers,$sql_want) > -1 ) {
         print "ok: found v$sql_vers\n";
     } 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";
     }