summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/build/lb_chroot_sources4
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}" ]