mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-15 08:07:20 +02:00
handle errors on exits from subshells
most of these are probably redundant, and will never be called, but lbmk needs to be as safe as possible under fault conditions. fail early, fail hard. Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -38,7 +38,7 @@ build_grub_utils()
|
||||
x_ ./autogen.sh
|
||||
x_ ./configure --with-platform=coreboot
|
||||
make -j$(nproc) FS_PAYLOAD_MODULES="" || err "!mk grub utils"
|
||||
)
|
||||
) || err "grub build error"
|
||||
}
|
||||
|
||||
build_keymap_configs()
|
||||
|
||||
Reference in New Issue
Block a user