Commit cf25397e authored by lenz@mysql.com's avatar lenz@mysql.com

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

   operator)
parent d2328365
...@@ -156,7 +156,7 @@ if [ -d man ] ; then ...@@ -156,7 +156,7 @@ if [ -d man ] ; then
fi fi
$CP support-files/* $BASE/support-files $CP support-files/* $BASE/support-files
if [ $BASE_SYSTEM == "netware" ] ; then if [ $BASE_SYSTEM = "netware" ] ; then
rm -f $BASE/support-files/magic \ rm -f $BASE/support-files/magic \
$BASE/support-files/mysql.server \ $BASE/support-files/mysql.server \
$BASE/support-files/mysql*.spec \ $BASE/support-files/mysql*.spec \
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment