build_tools/*.sh: fix inconsistent bash shebang

This commit is contained in:
Johannes Altmanninger
2026-04-22 14:42:56 +08:00
parent a3dc57873c
commit d05d8557a7

View File

@@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
set -euo pipefail