Merge pull request #478 from apple/release-5.1

Merge release-5.1 into release-5.2
This commit is contained in:
A.J. Beamon 2018-06-12 11:54:11 -07:00 committed by GitHub
commit ea63a190eb
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -68,7 +68,7 @@ buildsphinx:
if [ ! -e $(SPHINXBUILD) ]; then \
mkdir $(BUILDDIR); \
cd $(BUILDDIR); \
curl -O $(VENV_URL); \
curl -OL $(VENV_URL); \
tar zxvf $(VENV_VERSION).tar.gz; \
./$(VENV_VERSION)/virtualenv.py venv; \
fi