From d071005fc4472286d998cbe9f6945da91eb993ab Mon Sep 17 00:00:00 2001 From: Uma Zalakain Date: Fri, 8 Jan 2021 19:16:33 +0000 Subject: [PATCH] Be NixOS friendly, ask /bin/env to tell us where bash is --- buildExecutor.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/buildExecutor.sh b/buildExecutor.sh index eec9017..002cc2b 100755 --- a/buildExecutor.sh +++ b/buildExecutor.sh @@ -1,4 +1,4 @@ -#!/bin/bash +#!/usr/bin/env bash set -e