diff options
author | Leah Rowe <leah@libreboot.org> | 2025-10-07 05:52:36 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2025-10-07 05:52:36 +0100 |
commit | 11a3e9d88799cfffa77beb836cdef54516690591 (patch) | |
tree | fd8dbc984d512da5a8e168537a457aa7ba51229f /include/rom.sh | |
parent | fb95e4ad687e8263948ebcad4c403ce04b8b5a0d (diff) |
recent re-factoring lead to certain code lines that
exceeded 79 characters in length.
we like to avoid this, whenever possible.
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'include/rom.sh')
-rw-r--r-- | include/rom.sh | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/rom.sh b/include/rom.sh index 8cb0f318..6f0e3529 100644 --- a/include/rom.sh +++ b/include/rom.sh @@ -207,7 +207,7 @@ mkcorebootbin_real() fi if [ "$payload_seabios" = "y" ] && [ "$payload_uboot" = "arm64" ]; then $if_not_dry_build \ - err "$target: U-Boot arm and SeaBIOS/GRUB both enabled" \ + err "$target: U-Boot arm / SeaBIOS/GRUB both enabled" \ "mkcorebootbin_real" "$@" fi |