From ef9c6f9a29c0ead43cf7d48d176db46b3af3aae2 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89rico=20Rolim?= Date: Fri, 22 Jan 2021 12:51:30 -0300 Subject: [PATCH] shutils/chroot: add newline to warning about unset timezone. The warning is being triggered in CI, though it shouldn't have been hit at all. --- common/xbps-src/shutils/chroot.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/common/xbps-src/shutils/chroot.sh b/common/xbps-src/shutils/chroot.sh index 73b98bc7200..2fc17f2ab54 100644 --- a/common/xbps-src/shutils/chroot.sh +++ b/common/xbps-src/shutils/chroot.sh @@ -116,7 +116,7 @@ chroot_prepare() { ln -sf ../usr/share/zoneinfo/UTC $XBPS_MASTERDIR/etc/localtime else # Should never happen. - msg_warn "No local timezone configuration file created." + msg_warn "No local timezone configuration file created.\n" fi for f in dev sys proc host boot; do