silence untar

This commit is contained in:
Kenneth Reitz
2014-08-01 16:03:45 -04:00
parent 15acd305d1
commit 2dd212d020
+1 -1
View File
@@ -27,7 +27,7 @@ if (pip-grep -s requirements.txt pylibmc) then
echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
mkdir -p .heroku/vendor
# Download and extract libmemcached into target vendor directory.
curl $VENDORED_MEMCACHED -s | tar zxv -C .heroku/vendor
curl $VENDORED_MEMCACHED -s | tar zxv -C .heroku/vendor &> /dev/null
export LIBMEMCACHED=$(pwd)/vendor
fi