diff --git a/scripts/make_binary_distribution.sh b/scripts/make_binary_distribution.sh index 840ba222302..0773ccc679c 100644 --- a/scripts/make_binary_distribution.sh +++ b/scripts/make_binary_distribution.sh @@ -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 \