From fb5708a5518bbbde2f55847cb8f1cc0b433cb178 Mon Sep 17 00:00:00 2001
From: Helmut Grohne <helmut@subdivi.de>
Date: Mon, 19 Jun 2023 14:12:07 +0200
Subject: debvm-run: make shellcheck happy

Fixes: 1c98a5b3b36f ("bin/debvm-run: qemu (>> 1:8.0) provides symlinks for qemu-system-${debarch} as well as qemu-system-any")
---
 bin/debvm-run | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

(limited to 'bin')

diff --git a/bin/debvm-run b/bin/debvm-run
index 909d2a2..d09d8c7 100755
--- a/bin/debvm-run
+++ b/bin/debvm-run
@@ -274,7 +274,7 @@ set -- \
 # This utilizes the QEMU Debian package symlink mapping that ensures that
 # calling qemu-system-${DEB_HOST_ARCH_CPU} will run the QEMU binary providing
 # the correct emulator for that CPU.
-QEMU="qemu-system-$(dpkg-architecture --force --host-arch $KERNELARCH --query DEB_HOST_ARCH_CPU)"
+QEMU="qemu-system-$(dpkg-architecture --force --host-arch "$KERNELARCH" --query DEB_HOST_ARCH_CPU)"
 CPU=
 MACHINE=
 MAX_SMP=
-- 
cgit v1.2.3