mirror of
https://github.com/MariaDB/server.git
synced 2025-01-29 02:05:57 +01:00
Fix typo bug, s/$ZIPFILE/$ZIPNAME/
This commit is contained in:
parent
6ccdfa3d18
commit
17494737bd
1 changed files with 2 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Reference in a new issue