1
0
mirror of https://github.com/MariaDB/server.git synced 2026-01-06 05:22:24 +03:00

- fixed typo for better portability (many shells don't support the "=="

operator)
This commit is contained in:
lenz@mysql.com
2003-01-29 09:22:20 +01:00
parent d2328365e0
commit cf25397e0e

View File

@@ -156,7 +156,7 @@ if [ -d man ] ; then
fi
$CP support-files/* $BASE/support-files
if [ $BASE_SYSTEM == "netware" ] ; then
if [ $BASE_SYSTEM = "netware" ] ; then
rm -f $BASE/support-files/magic \
$BASE/support-files/mysql.server \
$BASE/support-files/mysql*.spec \