Improve shebang portability

This commit is contained in:
Almin Iriskic 2026-03-14 09:07:17 +01:00
parent fb79cad61c
commit a41c08846a

View file

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# SPDX-License-Identifier: MIT
set -e