Commit 8c4e45dd authored by Craig Kerstiens's avatar Craig Kerstiens

adding flexibility on detecting for release vars

parent 9ee4f11e
...@@ -13,7 +13,7 @@ config_vars: ...@@ -13,7 +13,7 @@ config_vars:
EOF EOF
if grep -Fxq "pylibmc" $BUILD_DIR/requirements.txt if (grep -Fxiq "pylibmc" requirements.txt) || (grep -Fiq "pylibmc=" requirements.txt)
then then
cat <<EOF cat <<EOF
LIBRARY_PATH: .heroku/vendor/lib LIBRARY_PATH: .heroku/vendor/lib
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment