From c61850e16896a3ccc1d867645ed13a4d02ab4897 Mon Sep 17 00:00:00 2001 From: Steve Langasek Date: Sat, 7 Oct 2017 20:51:54 +0000 Subject: [PATCH] Use regular chroot, not the Chroot wrapper, so we can actually debug our failing command --- live-build/auto/build | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/live-build/auto/build b/live-build/auto/build index c1a52ade..39a7902c 100755 --- a/live-build/auto/build +++ b/live-build/auto/build @@ -29,12 +29,12 @@ Setup_cleanup preinstall_snaps() { lb chroot_resolv install - Chroot chroot sh -c ' + chroot chroot sh -c ' set -x; cd /var/lib/snapd/seed; SNAPPY_STORE_NO_CDN=1 snap download core' for snap in "$@"; do - Chroot chroot sh -c " + chroot chroot sh -c " set -x; cd /var/lib/snapd/seed; SNAPPY_STORE_NO_CDN=1 snap download \"$snap\""