Fix typo bug in make_mariadb_win_dist

This commit is contained in:
Sergey Petrunya 2009-10-12 17:14:31 +04:00
parent 870900c9c0
commit 3ce0def211

View File

@ -53,7 +53,7 @@ wget -O base.list.gz \
http://askmonty.org/wiki/images/5/57/Mariadb-5.1-pre-beta-file-list-r2.txt.gz
gunzip base.list.gz
unzip ../$ZIPFILE
(cd $ZIPNAME; /bin/find . | sort ) > new.list
(cd $ZIPCONTENT; /bin/find . | sort ) > new.list
diff -u base.list new.list || true
RES=$?