Issue: 591 - line breaks in generated scrip

pull/718/head
David Brown 1 year ago committed by Martin Wimpress
parent d431d91618
commit 8e9fba398d
  1. 1
      quickemu

@ -1237,6 +1237,7 @@ function vm_boot() {
sdl) export SDL_MOUSE_FOCUS_CLICKTHROUGH=1;; sdl) export SDL_MOUSE_FOCUS_CLICKTHROUGH=1;;
esac esac
echo "${QEMU}" "${SHELL_ARGS}" >> "${VMDIR}/${VMNAME}.sh" echo "${QEMU}" "${SHELL_ARGS}" >> "${VMDIR}/${VMNAME}.sh"
sed -i -e 's/ -/\n -/g' ${VMDIR}/${VMNAME}.sh
${QEMU} "${args[@]}" > "${VMDIR}/${VMNAME}.log" & ${QEMU} "${args[@]}" > "${VMDIR}/${VMNAME}.log" &
sleep 0.25 sleep 0.25
fi fi

Loading…
Cancel
Save