From: Linus Heckemann Date: Mon, 14 Jul 2025 11:01:41 +0000 (+0200) Subject: vcs-tag.sh: use more compatible shebang X-Git-Tag: v258-rc1~40^2~2 X-Git-Url: http://git.ipfire.org/?a=commitdiff_plain;h=8a7a33ab1eb7f59da827b576368c2df3f8552074;p=thirdparty%2Fsystemd.git vcs-tag.sh: use more compatible shebang --- diff --git a/tools/vcs-tag.sh b/tools/vcs-tag.sh index f9575aeced8..faec440f6b4 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