From 11a3e9d88799cfffa77beb836cdef54516690591 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Tue, 7 Oct 2025 05:52:36 +0100 Subject: xbmk: minor code cleanup (79 character rule) 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 --- include/rom.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'include/rom.sh') 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 -- cgit v1.2.1