Fix parsing RAM amount on non-English systems. (#9)

Export LC_ALL=C to force free and friends back to English.
pull/18/head
Henrik Danielsson 5 years ago committed by GitHub
parent 4b13f3667c
commit cfb21db57b
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      quickemu

@ -1,4 +1,5 @@
#!/usr/bin/env bash
export LC_ALL=C
function disk_delete() {
if [ -e "${disk_img}" ]; then

Loading…
Cancel
Save