"platforms/reference/include/ReferenceCustomHbondIxn.h" did not exist on "140081eceb03a6ed836d4df854addc34e377c79a"
Commit bf05dbe9 authored by Andrew Murray's avatar Andrew Murray
Browse files

Do not call strip_macpython_ver_prefix if it is not used

parent 4e24f822
......@@ -260,10 +260,10 @@ function install_macpython {
local version=$1
local py_osx_ver=$2
local impl=$(macpython_impl_for_version $version)
local stripped_ver=$(strip_macpython_ver_prefix $version)
if [[ "$impl" == "pp" ]]; then
install_pypy $version
elif [[ "$impl" == "cp" ]]; then
local stripped_ver=$(strip_macpython_ver_prefix $version)
install_mac_cpython $stripped_ver $py_osx_ver
else
echo "Unexpected Python impl: ${impl}"
......
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