mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-17 18:34:57 +02:00
trees: add return to check_coreboot_utils()
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -196,7 +196,7 @@ check_coreboot_utils()
|
|||||||
x_ mkdir -p "$utilelfdir" && \
|
x_ mkdir -p "$utilelfdir" && \
|
||||||
x_ cp "$utilsrcdir/$util" "elf/$util/$1"
|
x_ cp "$utilsrcdir/$util" "elf/$util/$1"
|
||||||
[ -z "$mode" ] || x_ rm -Rf "$utilelfdir"
|
[ -z "$mode" ] || x_ rm -Rf "$utilelfdir"
|
||||||
done
|
done; return 0
|
||||||
}
|
}
|
||||||
|
|
||||||
check_config()
|
check_config()
|
||||||
|
|||||||
Reference in New Issue
Block a user