diff options
author | Sergey Petrunya <psergey@askmonty.org> | 2009-10-30 13:50:48 +0300 |
---|---|---|
committer | Sergey Petrunya <psergey@askmonty.org> | 2009-10-30 13:50:48 +0300 |
commit | 182aa542bccc15c60ff0f897303f4b54910a3b44 (patch) | |
tree | cbe286d8584758504330a3fbf21d2d9812eea0bf /win | |
parent | b587e79bc921b94032e40af7bbb54e807fcacee0 (diff) | |
download | mariadb-git-182aa542bccc15c60ff0f897303f4b54910a3b44.tar.gz |
Dummy change to push the release tag.
Diffstat (limited to 'win')
-rw-r--r-- | win/make_mariadb_win_dist | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/win/make_mariadb_win_dist b/win/make_mariadb_win_dist index 8893159bd20..9d0b3b26af3 100644 --- a/win/make_mariadb_win_dist +++ b/win/make_mariadb_win_dist @@ -66,7 +66,7 @@ ls -lah $ZIPFILE 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" + echo "Archive contents differ from the standard file list, check the diff output above" else echo "Archive contents match the standard list, OK" fi |