mirror of
https://codeberg.org/libreboot/lbmk.git
synced 2026-07-11 05:52:36 +02:00
handle/make/config: fix whitespace and 80-line bug
fit in 80 lines, and remove whitespace Signed-off-by: Leah Rowe <leah@libreboot.org>
This commit is contained in:
@@ -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}"
|
||||
|
||||
Reference in New Issue
Block a user