From 9ae03ee49af3332edf78d90245eb0ab3f198eac3 Mon Sep 17 00:00:00 2001 From: Oliver Davies Date: Sat, 5 Oct 2024 23:14:37 +0100 Subject: [PATCH] Fix shebang --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 73249c4..247e10b 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -euo pipefail