From: Michael Tremer Date: Tue, 9 Jul 2024 22:08:04 +0000 (+0000) Subject: make.sh: Use the print_line function for correct padding X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=7c3acb0fb4260c9c7cdf3e28e54e6bb6600961e7;p=people%2Fms%2Fipfire-2.x.git make.sh: Use the print_line function for correct padding Signed-off-by: Michael Tremer --- 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