Modified to use recommended local, compact syntax
local PYTHON_VERSION=${1:-2.7.8}
Thanks for the tip. You learn something new every day.
Showing
Please register or sign in to comment
local PYTHON_VERSION=${1:-2.7.8}
Thanks for the tip. You learn something new every day.