1
0
mirror of https://github.com/MariaDB/server.git synced 2025-07-30 16:24:05 +03:00

Fix echo message

This commit is contained in:
Anel Husakovic
2019-02-23 23:48:55 +00:00
committed by Robert Bindar
parent ea77162452
commit 366bf10475

View File

@ -240,10 +240,10 @@ cannot_find_file()
fi
echo
echo "If you compiledx from source, you need to either run 'make install' to"
echo "If you compiled from source, you need to either run 'make install' to"
echo "copy the software into the correct location ready for operation."
echo "If you don't want to do a full install, you can use the --srcdir"
echo "option to only install the mysql database and privilege tables"
echo "option to only install the mysql database and privilege tables."
echo
echo "If you are using a binary release, you must either be at the top"
echo "level of the extracted archive, or pass the --basedir option"