From 7fe07fc58674cfcca863591b4cff144735a9f8ae Mon Sep 17 00:00:00 2001 From: NorseGaud Date: Wed, 2 Mar 2022 07:33:23 -0500 Subject: [PATCH] lint.sh can't find proper bash location on mac and uses the old 3.x which doesn't support shopt -s inherit_errexit --- test/linting/lint.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/test/linting/lint.sh b/test/linting/lint.sh index 0a75e0d9..71cb04eb 100755 --- a/test/linting/lint.sh +++ b/test/linting/lint.sh @@ -1,4 +1,4 @@ -#! /bin/bash +#!/usr/bin/env bash # version v0.2.0 unstable # executed by Make during CI or manually