Remove verbose untar from checkout-deps.

This commit is contained in:
David Anderson 2014-06-05 13:40:04 -07:00
parent 9558861cb7
commit 55cb6d4b94

View File

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