From 4114fd1586bce1757b06efbc5a941df71a0a049b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 7 Dec 2024 17:15:28 +0200 Subject: Portable shebangs --- full_test_with_podman.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'full_test_with_podman.sh') diff --git a/full_test_with_podman.sh b/full_test_with_podman.sh index 517175e..b551838 100755 --- a/full_test_with_podman.sh +++ b/full_test_with_podman.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash if [ ! -z $1 ] && [ -n "$1" ] then -- cgit v1.2.3