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
852ec2b6
Commit
852ec2b6
authored
Dec 09, 2019
by
Andrew Murray
Browse files
Fixed typo
parent
c8dd3b09
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 @
852ec2b6
...
@@ -116,7 +116,7 @@ function macpython_sdk_list_for_version {
...
@@ -116,7 +116,7 @@ function macpython_sdk_list_for_version {
function
macpython_sdk_for_version
{
function
macpython_sdk_for_version
{
# assumes the output of macpython_sdk_list_for_version is a list
# assumes the output of macpython_sdk_list_for_version is a list
# of SDK vesions XX.Y in sorted order, eg "10.6 10.9" or "10.9"
# of SDK ve
r
sions XX.Y in sorted order, eg "10.6 10.9" or "10.9"
echo
$(
macpython_sdk_list_for_version
$1
)
|
awk
-F
' '
'{print $NF}'
echo
$(
macpython_sdk_list_for_version
$1
)
|
awk
-F
' '
'{print $NF}'
}
}
...
...
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