Skip to content
Snippets Groups Projects
Commit 2dd212d0 authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

silence untar

parent 15acd305
No related branches found
No related tags found
No related merge requests found
...@@ -27,7 +27,7 @@ if (pip-grep -s requirements.txt pylibmc) then ...@@ -27,7 +27,7 @@ if (pip-grep -s requirements.txt pylibmc) then
echo "-----> Noticed pylibmc. Bootstrapping libmemcached." echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
mkdir -p .heroku/vendor mkdir -p .heroku/vendor
# Download and extract libmemcached into target vendor directory. # 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 export LIBMEMCACHED=$(pwd)/vendor
fi fi
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment