diff --git a/build.sh b/build.sh index 4838311f5..4c3d06154 100755 --- a/build.sh +++ b/build.sh @@ -20,7 +20,7 @@ check() { build() { check - go vet ./... || exit 1 + go vet ./... godep go build $* -ldflags "$ldflags" ./cmd/syncthing }