Fix quoting
Mockband / build (push) Successful in 22s
Details
Mockband / build (push) Successful in 22s
Details
This commit is contained in:
parent
f767eb6e23
commit
50ce7c245a
|
@ -13,7 +13,7 @@ mkdir -p out/
|
||||||
|
|
||||||
while read variant vid pid flags; do
|
while read variant vid pid flags; do
|
||||||
log
|
log
|
||||||
log Building $variant ($vid:$pid)
|
log "Building $variant ($vid:$pid)"
|
||||||
log
|
log
|
||||||
|
|
||||||
# We can overload build.extra_flags from boards.txt,
|
# We can overload build.extra_flags from boards.txt,
|
||||||
|
|
Loading…
Reference in New Issue