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
parent
d28ad6aa78
commit
669c9770cd
|
@ -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}"
|
||||
|
|
Loading…
Reference in New Issue