Skip to content

Commit

Permalink
build: remove dir use -r flag
Browse files Browse the repository at this point in the history
  • Loading branch information
cloudaice committed Dec 13, 2016
1 parent 797d826 commit b294ab1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ etcd_setup_gopath() {
GOPATH=":$GOPATH"
fi
export GOPATH=${etcdGOPATH}$GOPATH
rm -f ${etcdGOPATH}/src
rm -rf ${etcdGOPATH}/src
mkdir -p ${etcdGOPATH}
ln -s ${CDIR}/cmd/vendor ${etcdGOPATH}/src
}
Expand Down

0 comments on commit b294ab1

Please sign in to comment.