cleaner pylibmc check

This commit is contained in:
Kenneth Reitz
2012-03-06 04:46:26 -05:00
parent a0f2073eb1
commit 347bca0de4
+1 -1
View File
@@ -1,7 +1,7 @@
#!/usr/bin/env bash
# if pylibmc within requirements, use vendored libmemcached
if (grep -Fxiq "pylibmc" requirements.txt) || (grep -Fiq "pylibmc=" requirements.txt)
if (grep -Fiq "pylibmc" requirements.txt)
then
echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
cd .heroku