From: tara%tequilarista.org <> Date: Tue, 15 Aug 2000 01:44:54 +0000 (+0000) Subject: Landing zach's \n for #48947 X-Git-Tag: bugzilla-2.12~208 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=03e51bfab2b735bfd83d83467096555581af69de;p=thirdparty%2Fbugzilla.git Landing zach's \n for #48947 --- diff --git a/checksetup.pl b/checksetup.pl index 5406d3a036..fa575b1c23 100755 --- a/checksetup.pl +++ b/checksetup.pl @@ -148,7 +148,7 @@ unless (eval "require Mysql") { die "Please install the Mysql database driver. You can do this by running (as root)\n\n", " perl -MCPAN -eshell\n", " install Msql-Mysql\n\n", - "Be sure to enable the Mysql emulation!"; + "Be sure to enable the Mysql emulation!\n"; } unless (eval "require Date::Parse") {