diff --git a/tools/checkout-deps.sh b/tools/checkout-deps.sh index 998144fe..40461e0c 100755 --- a/tools/checkout-deps.sh +++ b/tools/checkout-deps.sh @@ -7,7 +7,7 @@ ismac=0 iswin=0 archive_ext=tar.gz -decomp="tar zxvf" +decomp="tar zxf" if [ `uname` = "Darwin" ]; then ismac=1