summaryrefslogtreecommitdiff
path: root/script/trees
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-27 02:45:11 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-27 02:45:11 +0100
commit19bc5845a6ab274bee52a28747ced067b264a259 (patch)
treec3cb93031f705ac9d18f31c69c742eca893e2106 /script/trees
parent9154ba5b8505797688ab1a399f985caaa60fc4d9 (diff)
trees: remove redundant space in printf
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script/trees')
-rwxr-xr-xscript/trees2
1 files changed, 1 insertions, 1 deletions
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()