diff options
author | Leah Rowe <leah@libreboot.org> | 2024-06-27 02:45:11 +0100 |
---|---|---|
committer | Leah Rowe <leah@libreboot.org> | 2024-06-27 02:45:11 +0100 |
commit | 19bc5845a6ab274bee52a28747ced067b264a259 (patch) | |
tree | c3cb93031f705ac9d18f31c69c742eca893e2106 /script | |
parent | 9154ba5b8505797688ab1a399f985caaa60fc4d9 (diff) |
trees: remove redundant space in printf
Signed-off-by: Leah Rowe <leah@libreboot.org>
Diffstat (limited to 'script')
-rwxr-xr-x | script/trees | 2 |
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() |