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:
parent
9ba28a0b86
commit
2ac6db2b91
1 changed files with 1 additions and 1 deletions
|
@ -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()
|
||||
|
|
Loading…
Reference in a new issue