Fix a typo

This commit is contained in:
Dave Page
2017-03-30 17:25:41 -04:00
parent 256f42c64b
commit 4e96692060

View File

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