Skip to content
Snippets Groups Projects
Commit 347bca0d authored by Kenneth Reitz's avatar Kenneth Reitz
Browse files

cleaner pylibmc check

parent a0f2073e
No related branches found
No related tags found
No related merge requests found
#!/usr/bin/env bash #!/usr/bin/env bash
# if pylibmc within requirements, use vendored libmemcached # 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 then
echo "-----> Noticed pylibmc. Bootstrapping libmemcached." echo "-----> Noticed pylibmc. Bootstrapping libmemcached."
cd .heroku cd .heroku
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment