Fix a typo

pull/3/head
Dave Page 2017-03-30 17:25:41 -04:00
parent 256f42c64b
commit 4e96692060
1 changed files with 1 additions and 1 deletions

View File

@ -16,7 +16,7 @@ echo
PYTHON_SUFFIX=""
if [[ "$PYTHON_VER" == 3* ]]; then
if [[ "$PYTHON_VERSION" == 3* ]]; then
PYTHON_SUFFIX="3"
fi