11
0
Fork 0
mirror of https://code.forgejo.org/actions/forgejo-release synced 2026-05-06 01:34:23 +00:00

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