From 9cb78e1fb78d7ce9e2c2c8c0fd16bc15a7adb496 Mon Sep 17 00:00:00 2001 From: Martin Wimpress Date: Wed, 29 Sep 2021 04:10:54 +0100 Subject: [PATCH] Double quote "${floppy}" variable --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 2a944a6..3c7a1d6 100755 --- a/quickemu +++ b/quickemu @@ -512,7 +512,7 @@ function vm_boot() { if [ -n "${floppy}" ] && [ -e "${floppy}" ]; then # shellcheck disable=SC2054 - args+=(-drive file=${floppy},index=0,if=floppy,format=raw) + args+=(-drive file="${floppy}",index=0,if=floppy,format=raw) fi # Add the disks