1
0
mirror of https://github.com/golang/go synced 2024-11-22 14:54:46 -07:00

misc/dashboard/builder: include $USER in build environment.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8821046
This commit is contained in:
David Symonds 2013-04-18 11:04:20 +10:00
parent 32f2fd15df
commit 67e26fceb5

View File

@ -37,6 +37,7 @@ var extraEnv = []string{
"GOHOSTOS", "GOHOSTOS",
"PATH", "PATH",
"TMPDIR", "TMPDIR",
"USER",
} }
type Builder struct { type Builder struct {