From 8a7a33ab1eb7f59da827b576368c2df3f8552074 Mon Sep 17 00:00:00 2001 From: Linus Heckemann Date: Mon, 14 Jul 2025 13:01:41 +0200 Subject: [PATCH] vcs-tag.sh: use more compatible shebang --- tools/vcs-tag.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tools/vcs-tag.sh b/tools/vcs-tag.sh index f9575aeced..faec440f6b 100755 --- a/tools/vcs-tag.sh +++ b/tools/vcs-tag.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # SPDX-License-Identifier: LGPL-2.1-or-later set -e