summaryrefslogtreecommitdiff
path: root/script/trees
diff options
context:
space:
mode:
authorLeah Rowe <leah@libreboot.org>2024-06-29 19:47:25 +0100
committerLeah Rowe <leah@libreboot.org>2024-06-29 19:47:25 +0100
commit02f7417952063150fc6071427b23384082333b7d (patch)
treedc32a4d842901c3228b172a60e97a733020fd0bc /script/trees
parentf7ec42d379c7dc03ce9ac8f04726649d91bb25e2 (diff)
trees: better skip-clean string in handle_src_tree
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 de9cc869..da6069eb 100755
--- a/script/trees
+++ b/script/trees
@@ -139,7 +139,7 @@ handle_src_tree()
if [ ! -d "$cdir" ]; then
if [ "$mode" = "distclean" ] || \
[ "$mode" = "crossgcc-clean" ]; then
- printf "Directory %s missing; skip\n" "$cdir" 1>&2
+ printf "Dir '%s' missing; skip clean\n" "$cdir" 1>&2
return 1
fi
x_ ./update trees -f "$project" "$target"