diff options
Diffstat (limited to 'script/build/grub')
-rwxr-xr-x | script/build/grub | 2 |
1 files changed, 1 insertions, 1 deletions
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() |