trees: add return to check_coreboot_utils()

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2
Leah Rowe 2024-06-29 19:46:07 +01:00 committed by Leah Rowe
parent cc61bd1239
commit de8dc508f9
1 changed files with 1 additions and 1 deletions

View File

@ -194,7 +194,7 @@ check_coreboot_utils()
x_ mkdir -p "$utilelfdir" && \
x_ cp "$utilsrcdir/$util" "elf/$util/$1"
[ -z "$mode" ] || x_ rm -Rf "$utilelfdir"
done
done; return 0
}
check_config()