summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-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") {