issu590: fixed typo in change that was missing continuing \

pull/718/head
David Brown 1 year ago committed by Martin Wimpress
parent 8e9fba398d
commit a6217167b4
  1. 2
      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

Loading…
Cancel
Save