From 2e779a54951406247197cf21a31c54a36ec1fa06 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 11 Dec 2023 05:21:27 +0000 Subject: 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 --- script/build/grub | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/build') diff --git a/script/build/grub b/script/build/grub index 31fc0084..5fa47c00 100755 --- a/script/build/grub +++ b/script/build/grub @@ -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() -- cgit v1.2.1