mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Double quote "${floppy}" variable
This commit is contained in:
parent
36f6c782ec
commit
9cb78e1fb7
1 changed files with 1 additions and 1 deletions
2
quickemu
2
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
|
||||
|
|
Loading…
Reference in a new issue