From 42c9d7d28c4b1988123fb29c7ebdf7f4893e46b1 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Mon, 25 Sep 2023 03:06:43 +0100 Subject: build/grub/*: move common strings to variables also general cleanup of these scripts Signed-off-by: Leah Rowe --- script/build/grub/utils | 1 - 1 file changed, 1 deletion(-) (limited to 'script/build/grub/utils') diff --git a/script/build/grub/utils b/script/build/grub/utils index 631277d5..3c463e6d 100755 --- a/script/build/grub/utils +++ b/script/build/grub/utils @@ -10,7 +10,6 @@ set -u -e main() { - printf "Building GRUB\n" [ -d "grub/" ] || ./update project repo grub || err "cannot fetch grub" build_grub } -- cgit v1.2.1