From fa8e09ae9ccdbbf1a528311a43af42c412839cb9 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Fri, 1 Aug 2014 16:05:57 -0400 Subject: [PATCH] debug --- bin/steps/pylibmc | 1 + 1 file changed, 1 insertion(+) diff --git a/bin/steps/pylibmc b/bin/steps/pylibmc index 19d83a91..33aa7fde 100755 --- a/bin/steps/pylibmc +++ b/bin/steps/pylibmc @@ -28,6 +28,7 @@ if (pip-grep -s requirements.txt pylibmc) then mkdir -p .heroku/vendor # Download and extract libmemcached into target vendor directory. curl $VENDORED_MEMCACHED -s | tar zxv -C .heroku/vendor &> /dev/null + ls -l .heroku/vendor export LIBMEMCACHED=$(pwd)/vendor fi -- GitLab