nit: use /usr/bin/env bash for better compat (#7099)

Signed-off-by: pyranota <pyra@duck.com>
This commit is contained in:
Pyra
2025-11-10 16:40:07 +01:00
committed by GitHub
parent d18c48ac99
commit a76713d556
+1 -1
View File
@@ -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)"