cmd/dist: add GOBIN to env's output

clean.bash depends on it being set.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/5630056
This commit is contained in:
Gustavo Niemeyer 2012-02-05 00:35:08 -02:00
parent 2943ca6b35
commit 1d69b12445

View file

@ -1174,6 +1174,7 @@ cmdenv(int argc, char **argv)
usage();
xprintf(format, "GOROOT", goroot);
xprintf(format, "GOBIN", gobin);
xprintf(format, "GOARCH", goarch);
xprintf(format, "GOOS", goos);
if(pflag) {