From 593ff96024c8acfe0aac777e4df8992e4b15b4a6 Mon Sep 17 00:00:00 2001 From: Gleb Popov <6yearold@gmail.com> Date: Mon, 18 Aug 2025 11:21:08 +0300 Subject: [PATCH] /update_single_include.sh: Use portable shebang (#308) --- scripts/update_single_include.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/update_single_include.sh b/scripts/update_single_include.sh index ca86063..ee1892e 100755 --- a/scripts/update_single_include.sh +++ b/scripts/update_single_include.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" >/dev/null 2>&1 && pwd )" cd $(dirname "${DIR}")