diff --git a/build_library/qemu_template.sh b/build_library/qemu_template.sh index 6947f8197b..e98410e2e9 100755 --- a/build_library/qemu_template.sh +++ b/build_library/qemu_template.sh @@ -40,7 +40,7 @@ do done shift $((script_args - 1)) -[ "$1" == "--" ] && shift +[ "$1" = "--" ] && shift METADATA=$(mktemp -t -d coreos-meta-data.XXXXXXXXXX)