qemu_template: == is a bashism, change to =.

This commit is contained in:
Jeremiah Orem 2014-02-06 17:40:05 -08:00
parent 05b0db01af
commit 84b94c97f7

View File

@ -40,7 +40,7 @@ do
done
shift $((script_args - 1))
[ "$1" == "--" ] && shift
[ "$1" = "--" ] && shift
METADATA=$(mktemp -t -d coreos-meta-data.XXXXXXXXXX)