From 7c3acb0fb4260c9c7cdf3e28e54e6bb6600961e7 Mon Sep 17 00:00:00 2001 From: Michael Tremer Date: Tue, 9 Jul 2024 22:08:04 +0000 Subject: [PATCH] make.sh: Use the print_line function for correct padding Signed-off-by: Michael Tremer --- make.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/make.sh b/make.sh index 09519f108..541fadfe9 100755 --- a/make.sh +++ b/make.sh @@ -305,7 +305,7 @@ exiterror() { local line for line in "ERROR: $@" " Check ${LOGFILE} for errors if applicable"; do - echo "${line}" + print_line "${line}" print_status FAIL done -- 2.39.5