Update quickemu (#279)

This commit is contained in:
Blaz 2022-02-21 03:32:45 +01:00 committed by GitHub
parent 0073ba2880
commit 99af8f9923
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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\"}"