From 55cb6d4b9440c4ce9995e8c0fb3293795890be4c Mon Sep 17 00:00:00 2001 From: David Anderson Date: Thu, 5 Jun 2014 13:40:04 -0700 Subject: [PATCH] Remove verbose untar from checkout-deps. --- support/checkout-deps.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/support/checkout-deps.sh b/support/checkout-deps.sh index 5e38210e..90e6c4c9 100755 --- a/support/checkout-deps.sh +++ b/support/checkout-deps.sh @@ -5,7 +5,7 @@ ismac=0 iswin=0 archive_ext=tar.gz -decomp="tar zxvf" +decomp="tar zxf" if [ `uname` = "Darwin" ]; then ismac=1