From 29b7232c358d97afaa21d75ec724b8bf1efe238e Mon Sep 17 00:00:00 2001 From: Daniel Baumann Date: Mon, 14 Feb 2011 16:00:34 +0100 Subject: Correcting quoting of apt-options in derivatives upgrade hack. --- scripts/build/lb_chroot_sources | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/scripts/build/lb_chroot_sources b/scripts/build/lb_chroot_sources index 76e843f26..de7c2dfc1 100755 --- a/scripts/build/lb_chroot_sources +++ b/scripts/build/lb_chroot_sources @@ -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}" ] -- cgit v1.2.3