libexec/build.sh: add trailing newline to error.
This commit is contained in:
parent
d9b8250618
commit
7a19e62e37
1 changed files with 1 additions and 1 deletions
|
@ -108,7 +108,7 @@ if [ -z "$CHROOT_READY" -a "$PKGNAME" = "base-files" ]; then
|
|||
msg_red "Failed to install $PKGNAME into masterdir, see below for errors:\n"
|
||||
cat ${_log}
|
||||
rm -f ${_log}
|
||||
msg_error "Cannot continue!"
|
||||
msg_error "Cannot continue!\n"
|
||||
fi
|
||||
rm -f ${_log}
|
||||
fi
|
||||
|
|
Loading…
Reference in a new issue