libexec/build.sh: add trailing newline to error.

This commit is contained in:
Christian Neukirchen 2016-04-29 15:04:18 +02:00
parent d9b8250618
commit 7a19e62e37

View file

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