Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
fengzch-das
multibuild
Commits
8a05b2e6
Commit
8a05b2e6
authored
Feb 12, 2019
by
Rob Buckley
Browse files
another typo
parent
4c02f1d8
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
osx_utils.sh
osx_utils.sh
+1
-1
No files found.
osx_utils.sh
View file @
8a05b2e6
...
@@ -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
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment