Merge pull request #230 from peace-maker/mysql_unpack_spam

Don't unpack mysql verbosely in checkout-deps.sh.
This commit is contained in:
Nicholas Hastings 2014-12-23 09:02:46 -05:00
commit 3edaac9bd7

View File

@ -7,7 +7,7 @@ ismac=0
iswin=0
archive_ext=tar.gz
decomp="tar zxvf"
decomp="tar zxf"
if [ `uname` = "Darwin" ]; then
ismac=1