trees: shorten the final confirmation message
must stay below 80 characters per line Signed-off-by: Leah Rowe <leah@libreboot.org>audit2
parent
9ba28a0b86
commit
2ac6db2b91
|
@ -53,7 +53,7 @@ main()
|
||||||
[ "$target1" = "utils" ] && [ "$project" = "coreboot" ] && return 0
|
[ "$target1" = "utils" ] && [ "$project" = "coreboot" ] && return 0
|
||||||
|
|
||||||
[ -f "$listfile" ] || 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()
|
build_projects()
|
||||||
|
|
Loading…
Reference in New Issue