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:
parent
ebb535ed9f
commit
ef9c6f9a29
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue