]> Cypherpunks repositories - gostls13.git/commit
build: move $GOBIN ahead of /bin, /usr/bin in build $PATH
authorRuss Cox <rsc@golang.org>
Mon, 28 Feb 2011 19:55:27 +0000 (14:55 -0500)
committerRuss Cox <rsc@golang.org>
Mon, 28 Feb 2011 19:55:27 +0000 (14:55 -0500)
commita3ef19825c5d798f18eb62e7fe326fa33bfceafa
tree44c43bb2f9c42c59e39f2e8c3664255256610a6d
parentb00f7310f3d9b38a4989ff89a2c60865ac106b1c
build: move $GOBIN ahead of /bin, /usr/bin in build $PATH

Otherwise if there is an installed /usr/bin/6g the build
will use that one instead of the one it builds.

R=r
CC=golang-dev
https://golang.org/cl/4249045
src/env.bash