trees: better skip-clean string in handle_src_tree

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit6
Leah Rowe 2024-06-29 19:47:25 +01:00
parent f7ec42d379
commit 02f7417952
1 changed files with 1 additions and 1 deletions

View File

@ -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"