diff -up mariadb-5.5.37/scripts/mysql_install_db.pl.in.typo mariadb-5.5.37/scripts/mysql_install_db.pl.in
--- mariadb-5.5.37/scripts/mysql_install_db.pl.in.typo	2014-05-29 14:56:16.794627936 +0200
+++ mariadb-5.5.37/scripts/mysql_install_db.pl.in	2014-05-29 14:58:30.298799584 +0200
@@ -560,7 +560,7 @@ else
         "database and look at the grant tables:",
         "",
         "shell> $bindir/mysql -u root mysql",
-        "mysql> show tables",
+        "mysql> show tables;",
         "",
         "Try 'mysqld --help' if you have problems with paths. Using --log",
         "gives you a log in $opt->{ldata} that may be helpful.",
diff -up mariadb-5.5.37/scripts/mysql_install_db.sh.typo mariadb-5.5.37/scripts/mysql_install_db.sh
--- mariadb-5.5.37/scripts/mysql_install_db.sh.typo	2014-05-29 14:56:07.394615851 +0200
+++ mariadb-5.5.37/scripts/mysql_install_db.sh	2014-05-29 14:58:18.779784773 +0200
@@ -446,7 +446,7 @@ else
   echo "to connect to the mysql database and look at the grant tables:"
   echo
   echo "    shell> $bindir/mysql -u root mysql"
-  echo "    mysql> show tables"
+  echo "    mysql> show tables;"
   echo
   echo "Try 'mysqld --help' if you have problems with paths.  Using"
   echo "--general-log gives you a log in $ldata that may be helpful."
