From 4d1ced8f750508a70c938a932c09a0cd56103c28 Mon Sep 17 00:00:00 2001 From: "jocuri%softhome.net" <> Date: Mon, 12 Apr 2004 01:42:33 +0000 Subject: Patch for bug 240228: Improve the format of the error message displayed by checksetup.pl when the MySQL requirements are not satisfied; r,a=justdave. --- checksetup.pl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'checksetup.pl') diff --git a/checksetup.pl b/checksetup.pl index 8edb48145..aad13e2cb 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -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"; } -- cgit v1.2.3-24-g4f1b