From 8f8a9ba31ea69702683ed18a66660d5176a28083 Mon Sep 17 00:00:00 2001 From: Daniel Oaks Date: Tue, 10 Jan 2017 20:23:34 +1000 Subject: [PATCH] build: Use bash instead of sh, so it works on Linux --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index 05a15b91..79f51e5f 100755 --- a/build.sh +++ b/build.sh @@ -1,4 +1,4 @@ -#!/usr/bin/env sh +#!/usr/bin/env bash # release build script # to be run inside the Oragono dir