Make build.bash work when called from outside the gocryptfs directory

This commit is contained in:
Jakob Unterwurzacher 2015-12-20 17:44:11 +01:00
parent 38f7dc1a17
commit 57b32a0b8b
1 changed files with 3 additions and 1 deletions

View File

@ -2,6 +2,8 @@
set -eu
cd "$(dirname "$0")"
GITVERSION=$(git describe --tags --dirty)
# go version go1.5.1 linux/amd64