Make build.bash work when called from outside the gocryptfs directory
This commit is contained in:
parent
38f7dc1a17
commit
57b32a0b8b
@ -2,6 +2,8 @@
|
|||||||
|
|
||||||
set -eu
|
set -eu
|
||||||
|
|
||||||
|
cd "$(dirname "$0")"
|
||||||
|
|
||||||
GITVERSION=$(git describe --tags --dirty)
|
GITVERSION=$(git describe --tags --dirty)
|
||||||
|
|
||||||
# go version go1.5.1 linux/amd64
|
# go version go1.5.1 linux/amd64
|
||||||
@ -11,7 +13,7 @@ if [ $V == "1.3" -o $V == "1.4" ]
|
|||||||
then
|
then
|
||||||
go build -ldflags="-X main.GitVersion $GITVERSION"
|
go build -ldflags="-X main.GitVersion $GITVERSION"
|
||||||
else
|
else
|
||||||
# Go 1.5 wants an "=" here
|
# Go 1.5 wants an "=" here
|
||||||
go build -ldflags="-X main.GitVersion=$GITVERSION"
|
go build -ldflags="-X main.GitVersion=$GITVERSION"
|
||||||
fi
|
fi
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user