Double quote "${floppy}" variable

This commit is contained in:
Martin Wimpress 2021-09-29 04:10:54 +01:00
parent 36f6c782ec
commit 9cb78e1fb7
No known key found for this signature in database
GPG key ID: 61DF940515E06DA3

View file

@ -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