mirror of
https://github.com/flatcar/scripts.git
synced 2025-08-07 21:16:57 +02:00
build_library/qemu_template.sh: Make it use bash
Insisting on just sh is pointless. Use bash, so the checkbashisms script running somewhere will just shut up.
This commit is contained in:
parent
a33766dd6a
commit
654f36e75a
@ -1,4 +1,4 @@
|
|||||||
#!/bin/sh
|
#!/bin/bash
|
||||||
|
|
||||||
SCRIPT_DIR="$(dirname "$0")"
|
SCRIPT_DIR="$(dirname "$0")"
|
||||||
VM_BOARD=
|
VM_BOARD=
|
||||||
|
Loading…
Reference in New Issue
Block a user