mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-20 05:36:23 +02:00
build/fw/coreboot: fix error "unexpected operator"
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -58,7 +58,7 @@ main()
|
|||||||
targets="* bin/${board}\n${targets}"
|
targets="* bin/${board}\n${targets}"
|
||||||
done
|
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 "\nROM images available in these directories:\n"
|
||||||
printf "${targets}^^ ROM images available in these directories.\n\n"
|
printf "${targets}^^ ROM images available in these directories.\n\n"
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user