rom.sh: actually say if a cbutil exists

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2
Leah Rowe 2024-07-10 02:04:25 +01:00 committed by Leah Rowe
parent 87681db12c
commit 378c09a25c
1 changed files with 1 additions and 1 deletions

View File

@ -55,7 +55,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"