mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
trees: better skip-clean string in handle_src_tree
Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
+1
-1
@@ -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"
|
||||
|
||||
Reference in New Issue
Block a user