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:
@@ -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 \
|
||||
|
||||
Reference in New Issue
Block a user