diff options
author | Andrew Morgan <1342360+anoadragon453@users.noreply.github.com> | 2019-06-24 13:35:29 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2019-06-24 13:35:29 +0100 |
commit | eaf38ae87e89fc51190fb1c1a0c3e74bcb0884d4 (patch) | |
tree | f1d8574e80ff9c2c7cd32db9aa121f2dd2ab0928 /build.sh | |
parent | ce189a737de1749a47296aec67c7403fc89e7504 (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-x | build.sh | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -1,3 +1,3 @@ -#!/bin/bash +#!/bin/sh GOBIN=$PWD/`dirname $0`/bin go install -v ./cmd/... |