Try to workaround zsh globbing

This commit is contained in:
Trevor Joynson (trevorj)
2016-11-17 02:10:53 -08:00
parent 67c046dbb7
commit f06489e4ee

View File

@@ -61,7 +61,7 @@ template-S() {
VSYNC_POL "$vsync_polarity" VSYNC_POL "$vsync_polarity"
) )
local -a lines=("/\* $name: $REPLY \*/") local -a lines=('/* '"$name: $REPLY"' */')
local k local k
for k in ${(k)defines}; do for k in ${(k)defines}; do
lines+=("#define $k ${defines[$k]}") lines+=("#define $k ${defines[$k]}")