From 302e9987fe732e7e4154386058fff2720fc68fc3 Mon Sep 17 00:00:00 2001 From: Tavian Barnes Date: Thu, 5 Aug 2021 10:14:10 -0400 Subject: Use /usr/bin/env bash as the shebang in scripts This should reduce the need for patches on the BSDs. --- tests/find-color.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'tests/find-color.sh') diff --git a/tests/find-color.sh b/tests/find-color.sh index 6ae6eba..ecdd5af 100755 --- a/tests/find-color.sh +++ b/tests/find-color.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash ############################################################################ # bfs # -- cgit v1.2.3