blob: fa021b659a067faf6c868363cab35c22e3ee5523 [file] [log] [blame]
dash compat
https://bugs.gentoo.org/show_bug.cgi?id=498136
--- a/build/make/configure.sh
+++ b/build/make/configure.sh
@@ -405,8 +405,8 @@
}
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 "##" ""