diff --git a/script/trees b/script/trees index d48047c..b32c9fc 100755 --- a/script/trees +++ b/script/trees @@ -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()