mirror of
https://github.com/akatrevorjay/edid-generator.git
synced 2026-01-15 23:50:28 +01:00
added -a paramter to local & removed debugging statements
This commit is contained in:
@@ -57,12 +57,11 @@ template-S() {
|
|||||||
VSYNC_POL "$vsync_polarity"
|
VSYNC_POL "$vsync_polarity"
|
||||||
)
|
)
|
||||||
|
|
||||||
lines=('/* '"$name: $REPLY"' */') # removed local -a
|
local lines=('/* '"$name: $REPLY"' */') # removed -a option
|
||||||
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]}")
|
||||||
#echo ${defines[TIMING_NAME]}
|
|
||||||
#echo "#define $k ${defines[$k]}"
|
|
||||||
done
|
done
|
||||||
lines+=('#include "edid.S"')
|
lines+=('#include "edid.S"')
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user