summaryrefslogtreecommitdiff
path: root/script/build/grub/utils
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2023-09-25 03:06:43 +0100
committerLeah Rowe <leah@libreboot.org>2023-09-25 03:06:43 +0100
commit42c9d7d28c4b1988123fb29c7ebdf7f4893e46b1 (patch)
treec96f79b49139df9c33369bf2d76a9f466311c500 /script/build/grub/utils
parente94ba1f7c0f83bfcd20d56795d788ad4b7c8d550 (diff)
build/grub/*: move common strings to variables
also general cleanup of these scripts Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/build/grub/utils')
-rwxr-xr-xscript/build/grub/utils1
1 files changed, 0 insertions, 1 deletions
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
}