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
|
@ -116,7 +116,7 @@ chroot_prepare() {
|
||||||
ln -sf ../usr/share/zoneinfo/UTC $XBPS_MASTERDIR/etc/localtime
|
ln -sf ../usr/share/zoneinfo/UTC $XBPS_MASTERDIR/etc/localtime
|
||||||
else
|
else
|
||||||
# Should never happen.
|
# Should never happen.
|
||||||
msg_warn "No local timezone configuration file created."
|
msg_warn "No local timezone configuration file created.\n"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
for f in dev sys proc host boot; do
|
for f in dev sys proc host boot; do
|
||||||
|
|
Loading…
Reference in New Issue