This commit is contained in:
Kenneth Reitz
2012-03-23 22:43:41 -04:00
parent b9fc30f592
commit 1e914b8558
+1 -1
View File
@@ -13,7 +13,7 @@
VENDORED_MEMCACHED="http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz"
# If pylibmc exists within requirements, use vendored libmemcached.
if [ requirements.txt ]; then
if [ -f requirements.txt ]; then
if (grep -Fiq "pylibmc" requirements.txt) then
echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
cd .heroku