trees: shorten the final confirmation message

must stay below 80 characters per line

Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
Leah Rowe 2024-06-27 03:36:06 +01:00 committed by Leah Rowe
parent 9ba28a0b86
commit 2ac6db2b91

View file

@ -53,7 +53,7 @@ main()
[ "$target1" = "utils" ] && [ "$project" = "coreboot" ] && return 0
[ -f "$listfile" ] || return 0
[ -z "$mode" ] && printf "\n\nDone! Check %s/\n\n" "$elfdir"; return 0
[ -z "$mode" ] && printf "\n\nOK! Check %s/\n\n" "$elfdir"; return 0
}
build_projects()