From 39ee1871e473c3176a05cce137820f48c27fe336 Mon Sep 17 00:00:00 2001 From: Joe Bowers Date: Fri, 16 Oct 2015 16:49:27 -0700 Subject: [PATCH] build: fixup - comment explaining guard in front of ln --- build | 2 ++ 1 file changed, 2 insertions(+) diff --git a/build b/build index 08179882..158e2f82 100755 --- a/build +++ b/build @@ -20,6 +20,8 @@ fi rm -rf $GOPATH/src/github.com/coreos/dex mkdir -p $GOPATH/src/github.com/coreos/ + +# Only attempt to link dex into godeps if it isn't already there [ -d $GOPATH/src/github.com/coreos/dex ] || ln -s ${PWD} $GOPATH/src/github.com/coreos/dex LD_FLAGS="-X main.version=$(git rev-parse HEAD)"