quickemu-project / quickemu

Quickly create and run optimised Windows, macOS and Linux virtual machines
MIT License
10.55k stars 460 forks source link

fix: running quickemu in zsh and spice display #1268

Closed SafaSafari closed 3 months ago

SafaSafari commented 4 months ago

because of auto completion of zsh, piping to grep [0-9] not work this patch will simply fix this problem by quoting [0-9]

SafaSafari commented 4 months ago

oh i saw spice display not working who defined SPICE variable local and used it outside of function? =))

ilmari-lauhakangas commented 3 months ago

Spice issue is fixed in #1264.