Commit 7e78a949 authored by unknown's avatar unknown

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

   operator)

parent 6dc436fa
......@@ -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 \
......
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