mirror of
https://github.com/matrix-org/dendrite
synced 2024-11-10 07:04:24 +00:00
Not all systems have bash (#720)
As not all systems have bash. Helpful for not making debugging alpine docker images a pain :>
This commit is contained in:
parent
ce189a737d
commit
eaf38ae87e
1 changed files with 1 additions and 1 deletions
2
build.sh
2
build.sh
|
@ -1,3 +1,3 @@
|
|||
#!/bin/bash
|
||||
#!/bin/sh
|
||||
|
||||
GOBIN=$PWD/`dirname $0`/bin go install -v ./cmd/...
|
||||
|
|
Loading…
Reference in a new issue