From 02f7417952063150fc6071427b23384082333b7d Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sat, 29 Jun 2024 19:47:25 +0100 Subject: trees: better skip-clean string in handle_src_tree Signed-off-by: Leah Rowe --- script/trees | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'script/trees') 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" -- cgit v1.2.1