handle/make/config: fix whitespace and 80-line bug

fit in 80 lines, and remove whitespace

Signed-off-by: Leah Rowe <leah@libreboot.org>
btrfsvols
Leah Rowe 2023-09-10 15:45:56 +01:00
parent d28ad6aa78
commit 669c9770cd
1 changed files with 2 additions and 2 deletions

View File

@ -148,9 +148,9 @@ handle_dependencies()
if [ ! -d "${codedir}" ]; then
if [ "${mode}" = "distclean" ] || \
[ "${mode}" = "crossgcc-clean" ]; then
printf "Directory '%s' does not exist; skipping clean" \
printf "Directory %s doesn't exist; skipping clean\n" \
"${codedir}" 1>&2
exit 0
exit 0
fi
./update project trees "${project}" "${target}" || \
fail "handle_dependencies: can't fetch ${project}/${target}"