trees: add return to check_coreboot_utils()

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

View File

@ -196,7 +196,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()