From eaf38ae87e89fc51190fb1c1a0c3e74bcb0884d4 Mon Sep 17 00:00:00 2001 From: Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> Date: Mon, 24 Jun 2019 13:35:29 +0100 Subject: [PATCH] Not all systems have bash (#720) As not all systems have bash. Helpful for not making debugging alpine docker images a pain :> --- build.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build.sh b/build.sh index eed4d52f..9a8050f3 100755 --- a/build.sh +++ b/build.sh @@ -1,3 +1,3 @@ -#!/bin/bash +#!/bin/sh GOBIN=$PWD/`dirname $0`/bin go install -v ./cmd/...