diff options
author | Daniel Baumann <daniel@debian.org> | 2011-02-14 16:00:34 +0100 |
---|---|---|
committer | Daniel Baumann <daniel@debian.org> | 2011-03-09 19:20:43 +0100 |
commit | 29b7232c358d97afaa21d75ec724b8bf1efe238e (patch) | |
tree | 360418eee88cb06cbde31e8b339edcafd5fab940 /scripts | |
parent | a493644b2f9aaee031063e81b6c052ce4d6a525e (diff) | |
download | vyos-live-build-29b7232c358d97afaa21d75ec724b8bf1efe238e.tar.gz vyos-live-build-29b7232c358d97afaa21d75ec724b8bf1efe238e.zip |
Correcting quoting of apt-options in derivatives upgrade hack.
Diffstat (limited to 'scripts')
-rwxr-xr-x | scripts/build/lb_chroot_sources | 4 |
1 files 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}" ] |