rom.sh: actually say if a cbutil exists

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-07-10 02:04:25 +01:00
parent 97b777715b
commit 91994b7852
+1 -1
View File
@@ -57,7 +57,7 @@ mkvendorfiles()
check_coreboot_utils()
{
for util in cbfstool ifdtool; do
[ -f "elf/$util/$1/$util" ] && continue
e "elf/$util/$1/$util" f && continue
utilelfdir="elf/$util/$1"
utilsrcdir="src/coreboot/$1/util/$util"