diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2009-10-12 20:50:20 +0400 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2009-10-12 20:50:20 +0400 |
commit | 9f3a7c30e2cb1d9b4034acd3c57f037162a9976e (patch) | |
tree | 8bd14b21bf184d37aea900304d61edce2ee850e3 /win | |
parent | 3ce0def21121f93148939ac64d02247757ada725 (diff) | |
download | mariadb-git-9f3a7c30e2cb1d9b4034acd3c57f037162a9976e.tar.gz |
Cosmetic fixes to win/make_mariadb_win_dist
Diffstat (limited to 'win')
-rw-r--r-- | win/make_mariadb_win_dist | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/win/make_mariadb_win_dist b/win/make_mariadb_win_dist index 991f4bee335..8893159bd20 100644 --- a/win/make_mariadb_win_dist +++ b/win/make_mariadb_win_dist @@ -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 |