From 19bc5845a6ab274bee52a28747ced067b264a259 Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Thu, 27 Jun 2024 02:45:11 +0100 Subject: trees: remove redundant space in printf Signed-off-by: Leah Rowe --- script/trees | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script') diff --git a/script/trees b/script/trees index ccd45d19..449cda20 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\nDone! Check %s/\n\n" "$elfdir"; return 0 } build_projects() -- cgit v1.2.1