diff options
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 |