Remove verbose untar from checkout-deps.
This commit is contained in:
parent
9558861cb7
commit
55cb6d4b94
|
@ -5,7 +5,7 @@ ismac=0
|
||||||
iswin=0
|
iswin=0
|
||||||
|
|
||||||
archive_ext=tar.gz
|
archive_ext=tar.gz
|
||||||
decomp="tar zxvf"
|
decomp="tar zxf"
|
||||||
|
|
||||||
if [ `uname` = "Darwin" ]; then
|
if [ `uname` = "Darwin" ]; then
|
||||||
ismac=1
|
ismac=1
|
||||||
|
|
Loading…
Reference in New Issue
Block a user