From 654f36e75af2026bcf372eea45ffa4fe3743e12b Mon Sep 17 00:00:00 2001 From: Krzesimir Nowak Date: Thu, 24 Apr 2025 10:53:16 +0200 Subject: [PATCH] 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. --- build_library/qemu_template.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build_library/qemu_template.sh b/build_library/qemu_template.sh index a9038a15ff..e4c0efc5ad 100755 --- a/build_library/qemu_template.sh +++ b/build_library/qemu_template.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash SCRIPT_DIR="$(dirname "$0")" VM_BOARD=