From a6217167b45154bd6a68774160e02246a10b1b39 Mon Sep 17 00:00:00 2001 From: David Brown Date: Mon, 1 May 2023 16:09:43 -0700 Subject: [PATCH] issu590: fixed typo in change that was missing continuing \ --- quickemu | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/quickemu b/quickemu index 4532cdd..7449da4 100755 --- a/quickemu +++ b/quickemu @@ -1237,7 +1237,7 @@ function vm_boot() { sdl) export SDL_MOUSE_FOCUS_CLICKTHROUGH=1;; esac echo "${QEMU}" "${SHELL_ARGS}" >> "${VMDIR}/${VMNAME}.sh" - sed -i -e 's/ -/\n -/g' ${VMDIR}/${VMNAME}.sh + sed -i -e 's/ -/ \\\n -/g' "${VMDIR}/${VMNAME}.sh" ${QEMU} "${args[@]}" > "${VMDIR}/${VMNAME}.log" & sleep 0.25 fi