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

fix: properly check for bash in $PATH

This commit is contained in:
0xlogn 2025-12-31 05:29:07 +00:00
parent 3d19495e99
commit f841bb9fe1

View file

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