← Back to team overview

maria-developers team mailing list archive

Rev 2787: Cosmetic fixes to win/make_mariadb_win_dist in file:///home/psergey/bzr-new/maria-5.1-build1/

 

At file:///home/psergey/bzr-new/maria-5.1-build1/

------------------------------------------------------------
revno: 2787
revision-id: psergey@xxxxxxxxxxxx-20091012165020-wy00cdvjz603quz5
parent: psergey@xxxxxxxxxxxx-20091012131431-24eoadm2kfeorp6q
committer: Sergey Petrunya <psergey@xxxxxxxxxxxx>
branch nick: maria-5.1-build1
timestamp: Mon 2009-10-12 20:50:20 +0400
message:
  Cosmetic fixes to win/make_mariadb_win_dist
=== modified file 'win/make_mariadb_win_dist'
--- a/win/make_mariadb_win_dist	2009-10-12 13:14:31 +0000
+++ b/win/make_mariadb_win_dist	2009-10-12 16:50:20 +0000
@@ -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 @@
 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