build/fw/coreboot: fix error "unexpected operator"
Signed-off-by: Leah Rowe <leah@libreboot.org>btrfsvols
parent
ea27c92842
commit
0fad3497b8
|
@ -58,7 +58,7 @@ main()
|
|||
targets="* bin/${board}\n${targets}"
|
||||
done
|
||||
|
||||
[ -z ${targets} ] && err "No ROM images were compiled"
|
||||
[ -z "${targets}" ] && err "No ROM images were compiled"
|
||||
printf "\nROM images available in these directories:\n"
|
||||
printf "${targets}^^ ROM images available in these directories.\n\n"
|
||||
}
|
||||
|
|
Loading…
Reference in New Issue