Fixed detection of godep when it doesn't exist on the path
Этот коммит содержится в:
2
Makefile
2
Makefile
@@ -4,7 +4,7 @@ GOPATH ?= $(GOPATH:)
|
||||
GOFLAGS ?= $(GOFLAGS:)
|
||||
BUILD_NUMBER ?= $(BUILD_NUMBER:)
|
||||
|
||||
ifeq ($(shell which godep), "")
|
||||
ifeq ($(shell which godep),)
|
||||
GODEP=$(GOPATH)/bin/godep
|
||||
else
|
||||
GODEP=godep
|
||||
|
||||
Ссылка в новой задаче
Block a user