From c0ea6192e258ae0034628a875f7e8e14474bd84e Mon Sep 17 00:00:00 2001 From: Ry Date: Mon, 21 Nov 2022 21:30:27 -0800 Subject: [PATCH] Don't hardcode /bin/bash in the build script --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 15dc1c5..9a8ce19 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e