From 669c9770cdd81692f28e3f43fc7aa26a43c354ef Mon Sep 17 00:00:00 2001 From: Leah Rowe Date: Sun, 10 Sep 2023 15:45:56 +0100 Subject: handle/make/config: fix whitespace and 80-line bug fit in 80 lines, and remove whitespace Signed-off-by: Leah Rowe --- script/handle/make/config | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'script/handle/make/config') diff --git a/script/handle/make/config b/script/handle/make/config index 334e333e..1245fe3f 100755 --- a/script/handle/make/config +++ b/script/handle/make/config @@ -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}" -- cgit v1.2.1