We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents 6402a1c + 17fc1b1 commit f850229Copy full SHA for f850229
plugins/functions
@@ -199,7 +199,7 @@ do_second_stage() {
199
local chroot_dir=$1
200
local arch=$2
201
do_qemu_user_emulation
202
- do_chroot_ae "$chroot_dir" "/debootstrap/debootstrap --second-stage"
+ do_chroot_ae "$chroot_dir" /debootstrap/debootstrap --second-stage
203
}
204
205
do_qemu_user_emulation() {
@@ -217,7 +217,7 @@ do_chroot_ae() {
217
do_mount "$chroot_dir"
218
if [ -d "$chroot_dir" ]; then
219
(
220
- $SUDO chroot "$chroot_dir" "$command"
+ $SUDO chroot "$chroot_dir" $command
221
) || warn "Couldn't chroot or exited with non zero..."
222
else
223
die "chroot directory doesn't exist: $chroot_dir"
0 commit comments