make.sh: Use the print_line function for correct padding

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
This commit is contained in:
Michael Tremer
2024-07-09 22:08:04 +00:00
parent 2c33bdf0e5
commit a8e1086954

View File

@@ -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