Forgot line continuation when splinting lines (591)

pull/652/head
David Brown 2 years ago
parent 71b1aef643
commit fe78ccc87e
  1. 2
      quickemu

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