From a76713d556ab31e397aa8a441cf638e424ea2945 Mon Sep 17 00:00:00 2001 From: Pyra <92104930+pyranota@users.noreply.github.com> Date: Mon, 10 Nov 2025 16:40:07 +0100 Subject: [PATCH] nit: use `/usr/bin/env bash` for better compat (#7099) Signed-off-by: pyranota --- backend/substitute_ee_code.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/backend/substitute_ee_code.sh b/backend/substitute_ee_code.sh index 3ea73e16cc..7cd9a0b25a 100755 --- a/backend/substitute_ee_code.sh +++ b/backend/substitute_ee_code.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail script_dirpath="$(cd "$(dirname "${BASH_SOURCE[0]}")" && pwd)" root_dirpath="$(cd "${script_dirpath}/.." && pwd)"