Skip to content
Snippets Groups Projects
Commit be3eea9b authored by James Zern's avatar James Zern Committed by Gerrit Code Review
Browse files

Merge "configure.sh: quote local variables"

parents 21ba1c9f f45fe166
No related branches found
No related tags found
No related merge requests found
......@@ -405,8 +405,8 @@ true
}
write_common_target_config_mk() {
local CC=${CC}
local CXX=${CXX}
local CC="${CC}"
local CXX="${CXX}"
enabled ccache && CC="ccache ${CC}"
enabled ccache && CXX="ccache ${CXX}"
print_webm_license $1 "##" ""
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment