This commit is contained in:
Kenneth Reitz
2011-11-11 13:33:26 -08:00
parent f7e0541039
commit bd1ad73a14
+1 -1
View File
@@ -65,7 +65,7 @@ then
echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
cd .heroku
if ![ -d "vendor" ]; then
if [! -d "vendor" ]; then
curl -s -L -O http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz
tar -zxvf vendor-libmemcached.tar.gz > /dev/null
rm vendor-libmemcached.tar.gz