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
@@ -171,7 +171,7 @@ set -e
source $BIN_DIR/steps/pylibmc
# Install Mercurial if it appears to be required.
if (in-req "hg+" requirements.txt) then
if (grep -Fiq "hg+" requirements.txt) then
pip install --use-mirrors mercurial | cleanup | indent
fi