issu590: fixed typo in change that was missing continuing \

This commit is contained in:
David Brown 2023-05-01 16:09:43 -07:00
parent e1bbc45033
commit 5a84a8f818

View File

@ -1236,7 +1236,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