From 48befbcd91229e48171d4aac5215da205c1f497e Mon Sep 17 00:00:00 2001 From: Eric Crosson Date: Wed, 24 Jan 2024 11:07:20 -0600 Subject: [PATCH] Use `env` to find `bash` (#35) --- bin/jq-repl-preview | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/bin/jq-repl-preview b/bin/jq-repl-preview index 9339453..c2ed46e 100755 --- a/bin/jq-repl-preview +++ b/bin/jq-repl-preview @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail JQ_REPL_JQ="${JQ_REPL_JQ:-jq}"