trees: remove redundant space in printf
Signed-off-by: Leah Rowe <leah@libreboot.org>audit2
parent
e3179f435e
commit
0a2ed1a7bd
|
@ -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()
|
||||
|
|
Loading…
Reference in New Issue