Commit 8a05b2e6 authored by Rob Buckley's avatar Rob Buckley
Browse files

another typo

parent 4c02f1d8
...@@ -186,7 +186,7 @@ function install_mac_cpython { ...@@ -186,7 +186,7 @@ function install_mac_cpython {
# "10.6" or "10.9" # "10.6" or "10.9"
# sets $PYTHON_EXE variable to python executable # sets $PYTHON_EXE variable to python executable
local py_version=$(fill_pyver $1) local py_version=$(fill_pyver $1)
local $py_osx_ver=$2 local py_osx_ver=$2
local py_stripped=$(strip_ver_suffix $py_version) local py_stripped=$(strip_ver_suffix $py_version)
local py_inst=$(pyinst_fname_for_version $py_version $py_osx_ver) local py_inst=$(pyinst_fname_for_version $py_version $py_osx_ver)
local inst_path=$DOWNLOADS_SDIR/$py_inst local inst_path=$DOWNLOADS_SDIR/$py_inst
......
Markdown is supported
0% or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment