trees: add return to check_coreboot_utils()

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe
2024-06-29 19:46:07 +01:00
parent 8d02adfbb5
commit f7ec42d379
+1 -1
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()