issu590: fixed typo in change that was missing continuing \
This commit is contained in:
parent
e1bbc45033
commit
5a84a8f818
2
quickemu
2
quickemu
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user