From 54ca610025065d807056e5986a14e79574757dd0 Mon Sep 17 00:00:00 2001 From: Attila Lendvai <attila@lendvai.name> Date: Wed, 22 Mar 2023 09:32:36 +0100 Subject: [PATCH] build.sh: use #!/usr/bin/env bash this is a guix/nix compatible way to run it using bash. --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d58f505..b20c039 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/usr/bin/env bash set -e