From 3640c3b66aac9100614356c55e2757f182ef3b2f Mon Sep 17 00:00:00 2001 From: Jakob Borg Date: Thu, 24 Jul 2014 09:56:00 +0200 Subject: [PATCH] Install all cmds when running build.sh without options --- build.sh | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/build.sh b/build.sh index d6595e23..1abc3d38 100755 --- a/build.sh +++ b/build.sh @@ -105,7 +105,8 @@ xdr() { case "$1" in "") shift - build $* + export GOBIN=$(pwd)/bin + godep go install $* -ldflags "$ldflags" ./cmd/... ;; race)