From ed66073a3f21fc41b24fca6cdec72a83e3d3a478 Mon Sep 17 00:00:00 2001 From: Kenneth Reitz <me@kennethreitz.com> Date: Fri, 11 Nov 2011 13:38:19 -0800 Subject: [PATCH] testing --- bin/compile | 3 +++ 1 file changed, 3 insertions(+) diff --git a/bin/compile b/bin/compile index 1651a056..e365dd24 100755 --- a/bin/compile +++ b/bin/compile @@ -65,6 +65,9 @@ then echo "-----> Noticed pylibmc. Bootstrapping libmemcached." cd .heroku + pwd + ls + if [! -d "vendor" ]; then curl -s -L -O http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz tar -zxvf vendor-libmemcached.tar.gz > /dev/null -- GitLab