From 095ab30d72d3b451daf0903e6898ae2d479357aa Mon Sep 17 00:00:00 2001 From: Ben McNicholl Date: Wed, 28 Aug 2024 15:18:15 +1000 Subject: [PATCH] Use a more portable shebang --- hooks/command | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/hooks/command b/hooks/command index 405da9e..4d97346 100755 --- a/hooks/command +++ b/hooks/command @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail check_cmd() {