Commit 1bcef69b authored by Sergey Petrunya's avatar Sergey Petrunya

Fix typo bug, s/$ZIPFILE/$ZIPNAME/

parent e3a926c7
......@@ -30,7 +30,7 @@ echo Version string: $VER.
ZIPNAME=mariadb-$VER-win32-noinstall
ZIPFILE="$ZIPNAME.zip"
sh -x scripts/make_win_bin_dist $ZIPFILE
sh -x scripts/make_win_bin_dist $ZIPNAME
rm -rf unpack
mkdir unpack
......@@ -48,6 +48,7 @@ set -x
cd ..
rm -rf unpack
ls -lah $ZIPFILE
echo "$ZIPFILE is the Windows noinstall binary zip"
if [ $RES ] ; then
......
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