Commit 5250c581 authored by Rob Buckley's avatar Rob Buckley
Browse files

fix typo

parent 84f28a2a
...@@ -8,7 +8,7 @@ source tests/test_common_utils.sh ...@@ -8,7 +8,7 @@ source tests/test_common_utils.sh
source tests/test_fill_submodule.sh source tests/test_fill_submodule.sh
if [ -n "$IS_OSX" ]; then if [ -n "$IS_OSX" ]; then
source osx_utils.sh source osx_utils.sh
get_macpython_environment $PYTHON_VERSION {$MB_PYTHON_OSX_VER:-""} $VENV get_macpython_environment $PYTHON_VERSION ${MB_PYTHON_OSX_VER:-""} $VENV
source tests/test_python_install.sh source tests/test_python_install.sh
source tests/test_fill_pyver.sh source tests/test_fill_pyver.sh
source tests/test_fill_pypy_ver.sh source tests/test_fill_pypy_ver.sh
......
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