much better

This commit is contained in:
Kenneth Reitz
2013-01-03 14:57:08 -05:00
parent 9177aa2c08
commit 0ff4df4dc3
3 changed files with 2 additions and 24 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ VENDORED_MEMCACHED="http://cl.ly/0a191R3K160t1w1P0N25/vendor-libmemcached.tar.gz
source $BIN_DIR/utils
# If pylibmc exists within requirements, use vendored libmemcached.
if (in-req "pylibmc" requirements.txt) then
if (grep -Fiq "pylibmc" requirements.txt) then
echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
cd .heroku