We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 8bc63f0 commit 2c73aceCopy full SHA for 2c73ace
script/build
@@ -14,7 +14,7 @@ version=$(git rev-parse HEAD)
14
describe=$(git describe --tags --always --dirty)
15
16
export GOPATH="$PWD/.gopath"
17
-cd .gopath/src/github.com/github/gh-ost
+cd "$GOPATH/src/github.com/github/gh-ost"
18
19
# We put the binaries directly into the bindir, because we have no need for shim wrappers
20
go build -o "$bindir/gh-ost" -ldflags "-X main.AppVersion=${version} -X main.BuildDescribe=${describe}" ./go/cmd/gh-ost/main.go
0 commit comments