A comparison was wrong

This commit is contained in:
Dave Halter
2018-01-02 16:34:58 +01:00
parent b2b8607bd6
commit 5e8d7a3c87

View File

@@ -23,7 +23,7 @@ PYTHON=python-$VERSION
# Check if the desired Python version already exists.
$PYTHON --version && exit 0 || true
if [[ -z $DOWNLOAD ]]; then
if [[ $DOWNLOAD == 1 ]]; then
# Otherwise download and install.
DOWNLOAD_NAME=python-$VERSION
wget https://s3.amazonaws.com/travis-python-archives/binaries/ubuntu/14.04/x86_64/$DOWNLOAD_NAME.tar.bz2