Correcting quoting of apt-options in derivatives upgrade hack.

This commit is contained in:
Daniel Baumann 2011-02-14 16:00:34 +01:00
parent a493644b2f
commit 29b7232c35
1 changed files with 2 additions and 2 deletions

View File

@ -474,8 +474,8 @@ EOF
fi
Apt chroot update
Apt chroot upgrade ${_APT}
Apt chroot dist-upgrade ${_APT}
Apt chroot "upgrade ${_APT}"
Apt chroot "dist-upgrade ${_APT}"
# Installing keyring packages
if [ -n "${LB_KEYRING_PACKAGES}" ]