trees: better skip-clean string in handle_src_tree

Signed-off-by: Leah Rowe <leah@libreboot.org>
audit2
Leah Rowe 2024-06-29 19:47:25 +01:00 committed by Leah Rowe
parent de8dc508f9
commit 6a91dc02dc
1 changed files with 1 additions and 1 deletions

View File

@ -137,7 +137,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"