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.
This commit is contained in:
Érico Rolim 2021-01-22 12:51:30 -03:00
parent ebb535ed9f
commit ef9c6f9a29

View file

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