trees: remove redundant space in printf

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2
Leah Rowe 2024-06-27 02:45:11 +01:00 committed by Leah Rowe
parent e3179f435e
commit 0a2ed1a7bd
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()