Cosmetic fixes to win/make_mariadb_win_dist

This commit is contained in:
Sergey Petrunya 2009-10-12 20:50:20 +04:00
parent 3ce0def211
commit 9f3a7c30e2

View File

@ -4,6 +4,7 @@
# This is a script that one needs to run in the source tarball to build
# a MariaDB release for Windows
#
set -e
if [ ! -d win/data ] ; then
@ -67,6 +68,6 @@ echo "$ZIPFILE is the Windows noinstall binary zip"
if [ $RES ] ; then
echo "Archive contents differ from the standard file list, check the diff output above"
else
echo "Archive contents match the standard list"
echo "Archive contents match the standard list, OK"
fi