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
172d78ec
Commit
172d78ec
authored
Oct 23, 2017
by
xoviat
Committed by
GitHub
Oct 23, 2017
Browse files
Use quotes
parent
a7019298
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 @
172d78ec
...
@@ -266,7 +266,7 @@ function set_py_vars {
...
@@ -266,7 +266,7 @@ function set_py_vars {
}
}
function
get_macpython_environment
{
function
get_macpython_environment
{
if
[
$USE_CCACHE
==
1
]
;
then
if
[
"
$USE_CCACHE
"
==
"1"
]
;
then
activate_ccache
activate_ccache
fi
fi
# Set up MacPython environment
# Set up MacPython environment
...
...
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