]> git.ipfire.org Git - thirdparty/bugzilla.git/commitdiff
Landing zach's \n for #48947
authortara%tequilarista.org <>
Tue, 15 Aug 2000 01:44:54 +0000 (01:44 +0000)
committertara%tequilarista.org <>
Tue, 15 Aug 2000 01:44:54 +0000 (01:44 +0000)
checksetup.pl

index 5406d3a036c8d032cd22cf09e63dd8d9c2b86ea4..fa575b1c238fc52d7ff5424ce2831b912fd5c341 100755 (executable)
@@ -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") {