mirror of
https://github.com/oSoWoSo/DistroHopper.git
synced 2024-08-14 22:46:53 +00:00
Update quickemu (#279)
This commit is contained in:
parent
0073ba2880
commit
99af8f9923
1 changed files with 1 additions and 1 deletions
2
quickemu
2
quickemu
|
@ -1007,7 +1007,7 @@ function vm_boot() {
|
|||
# scripts. The vendor name, Quickemu Project, contains a space. It needs to be
|
||||
# double-quoted.
|
||||
SHELL_ARGS="${args[*]}"
|
||||
SHELL_ARGS="${SHELL_ARGS//(/\\(}"
|
||||
SHELL_ARGS="${SHELL_ARGS//\(/\\(}"
|
||||
SHELL_ARGS="${SHELL_ARGS//)/\\)}"
|
||||
SHELL_ARGS="${SHELL_ARGS//Quickemu Project/\"Quickemu Project\"}"
|
||||
|
||||
|
|
Loading…
Reference in a new issue