]> Cypherpunks repositories - gostls13.git/commit
cmd/go: write the WORK=/tmp/... line to stderr
authorRob Pike <r@golang.org>
Thu, 19 Sep 2013 01:19:11 +0000 (11:19 +1000)
committerRob Pike <r@golang.org>
Thu, 19 Sep 2013 01:19:11 +0000 (11:19 +1000)
commitba10318607fc131a0c53aded88fd3da681b294c9
treed25b9c97686ef878dfbf03b70ae58f1693448747
parent4182889a095f1c371e5c7d8d6162f75795a00ec0
cmd/go: write the WORK=/tmp/... line to stderr
Unlike the other output from the -x flag, it was going to stdout.
Fixes #6362.

R=golang-dev, bradfitz
CC=golang-dev
https://golang.org/cl/13746044
src/cmd/go/build.go