From 7a19e62e37904d5d35109099584a540aa0dd4e46 Mon Sep 17 00:00:00 2001 From: Christian Neukirchen Date: Fri, 29 Apr 2016 15:04:18 +0200 Subject: [PATCH] libexec/build.sh: add trailing newline to error. --- common/xbps-src/libexec/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/xbps-src/libexec/build.sh b/common/xbps-src/libexec/build.sh index b35c864bd18..ab4ced3f1aa 100755 --- a/common/xbps-src/libexec/build.sh +++ b/common/xbps-src/libexec/build.sh @@ -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