1
0
Fork 0
mirror of https://code.forgejo.org/actions/forgejo-release.git synced 2026-05-06 10:37:36 +02:00

Improve shebang portability

This commit is contained in:
Almin Iriskic 2026-03-14 09:07:17 +01:00 committed by almin
parent cc66f77bd5
commit 95ef541815

View file

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