aboutsummaryrefslogtreecommitdiff
path: root/build.sh
diff options
context:
space:
mode:
authorAndrew Morgan <1342360+anoadragon453@users.noreply.github.com>2019-06-24 13:35:29 +0100
committerGitHub <noreply@github.com>2019-06-24 13:35:29 +0100
commiteaf38ae87e89fc51190fb1c1a0c3e74bcb0884d4 (patch)
treef1d8574e80ff9c2c7cd32db9aa121f2dd2ab0928 /build.sh
parentce189a737de1749a47296aec67c7403fc89e7504 (diff)
Not all systems have bash (#720)
As not all systems have bash. Helpful for not making debugging alpine docker images a pain :>
Diffstat (limited to 'build.sh')
-rwxr-xr-xbuild.sh2
1 files changed, 1 insertions, 1 deletions
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/...