mirror of
https://github.com/flatcar/scripts.git
synced 2025-09-22 22:21:10 +02:00
qemu_template: == is a bashism, change to =.
This commit is contained in:
parent
05b0db01af
commit
84b94c97f7
@ -40,7 +40,7 @@ do
|
|||||||
done
|
done
|
||||||
|
|
||||||
shift $((script_args - 1))
|
shift $((script_args - 1))
|
||||||
[ "$1" == "--" ] && shift
|
[ "$1" = "--" ] && shift
|
||||||
|
|
||||||
|
|
||||||
METADATA=$(mktemp -t -d coreos-meta-data.XXXXXXXXXX)
|
METADATA=$(mktemp -t -d coreos-meta-data.XXXXXXXXXX)
|
||||||
|
Loading…
x
Reference in New Issue
Block a user