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
8cba3e6f
Commit
8cba3e6f
authored
May 23, 2017
by
Matthew Brett
Committed by
GitHub
May 23, 2017
Browse files
Merge pull request #31 from Bachmann1234/Bachmann1234-patch-1
MRG: Fix typo in error message of osx_utils
parents
ab825285
65eea812
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 @
8cba3e6f
...
@@ -146,7 +146,7 @@ function install_macpython {
...
@@ -146,7 +146,7 @@ function install_macpython {
elif
[[
"
$version
"
=
~
([
0-9
\.
]
+
)
]]
;
then
elif
[[
"
$version
"
=
~
([
0-9
\.
]
+
)
]]
;
then
install_mac_cpython
"
${
BASH_REMATCH
[1]
}
"
install_mac_cpython
"
${
BASH_REMATCH
[1]
}
"
else
else
echo
"config error: Issue parsing this implentation in install_python:"
echo
"config error: Issue parsing this imple
me
ntation in install_python:"
echo
" version=
$version
"
echo
" version=
$version
"
exit
1
exit
1
fi
fi
...
...
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