From 4114fd1586bce1757b06efbc5a941df71a0a049b Mon Sep 17 00:00:00 2001 From: kaotisk Date: Sat, 7 Dec 2024 17:15:28 +0200 Subject: Portable shebangs --- api/tests/latest_known_mined_block.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'api/tests/latest_known_mined_block.sh') diff --git a/api/tests/latest_known_mined_block.sh b/api/tests/latest_known_mined_block.sh index 168767e..1ef55a1 100755 --- a/api/tests/latest_known_mined_block.sh +++ b/api/tests/latest_known_mined_block.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash # PROGRAM="$(basename $0)" printf '[%s]\n' "$PROGRAM" -- cgit v1.2.3