From 4d7bbc25449ea6105427560c95ea3f65da6bfe59 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sat, 7 Mar 2020 14:23:01 +0000 Subject: Update build script to run in bash --- scripts/build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'scripts/build.sh') diff --git a/scripts/build.sh b/scripts/build.sh index 838b9a8..8a1f71b 100755 --- a/scripts/build.sh +++ b/scripts/build.sh @@ -1,4 +1,4 @@ -#!/bin/sh +#!/bin/bash if [[ -z $NIX ]]; then if [[ $NIX -eq 0 ]]; then -- cgit