Commit 9f3a7c30 authored by Sergey Petrunya's avatar Sergey Petrunya

Cosmetic fixes to win/make_mariadb_win_dist

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