trees: remove redundant space in printf

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit6
Leah Rowe 2024-06-27 02:45:11 +01:00
parent 9154ba5b85
commit 19bc5845a6
1 changed files with 1 additions and 1 deletions

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\nDone! Check %s/\n\n" "$elfdir"; return 0
}
build_projects()