summaryrefslogtreecommitdiffstats
path: root/checksetup.pl
diff options
context:
space:
mode:
authortara%tequilarista.org <>2000-08-15 03:44:54 +0200
committertara%tequilarista.org <>2000-08-15 03:44:54 +0200
commit03e51bfab2b735bfd83d83467096555581af69de (patch)
tree99cc6cfa724c8613e31183bbbf27cff5b061647c /checksetup.pl
parent2487026163fc2c1c4b511e45ef9a8a6010353ba5 (diff)
downloadbugzilla-03e51bfab2b735bfd83d83467096555581af69de.tar.gz
bugzilla-03e51bfab2b735bfd83d83467096555581af69de.tar.xz
Landing zach's \n for #48947
Diffstat (limited to 'checksetup.pl')
-rwxr-xr-xchecksetup.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/checksetup.pl b/checksetup.pl
index 5406d3a03..fa575b1c2 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") {