Not all systems have bash (#720)

As not all systems have bash.

Helpful for not making debugging alpine docker images a pain :>
main
Andrew Morgan 2019-06-24 13:35:29 +01:00 committed by GitHub
parent ce189a737d
commit eaf38ae87e
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,3 +1,3 @@
#!/bin/bash
#!/bin/sh
GOBIN=$PWD/`dirname $0`/bin go install -v ./cmd/...