From e6b042c71fa67530360532fa303fe97e01cfaa82 Mon Sep 17 00:00:00 2001 From: Peter Wu Date: Sat, 13 Jul 2013 12:36:29 +0200 Subject: qemu-start: do not always overwrite ISO envvar --- qemu-start | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'qemu-start') diff --git a/qemu-start b/qemu-start index ff9b62a..323df4b 100755 --- a/qemu-start +++ b/qemu-start @@ -16,7 +16,7 @@ ISO=*.iso) ;; esac -: ${ISO=/usr/share/virtualbox/ubuntu-12.04.1-desktop-amd64.iso} +ISO=${ISO-/usr/share/virtualbox/ubuntu-12.04.1-desktop-amd64.iso} case $ISO in *.iso) set -- -cdrom "$ISO" "$@" -- cgit v1.2.1