Commit 172d78ec authored by xoviat's avatar xoviat Committed by GitHub
Browse files

Use quotes

parent a7019298
...@@ -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
......
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