]> Cypherpunks repositories - gostls13.git/commitdiff
misc/dashboard/builder: include $USER in build environment.
authorDavid Symonds <dsymonds@golang.org>
Thu, 18 Apr 2013 01:04:20 +0000 (11:04 +1000)
committerDavid Symonds <dsymonds@golang.org>
Thu, 18 Apr 2013 01:04:20 +0000 (11:04 +1000)
R=golang-dev, r
CC=golang-dev
https://golang.org/cl/8821046

misc/dashboard/builder/main.go

index dfaba66c5c1343f5f696e474eaa7ae2166dc5026..17785784253d8fcd2260aa87bee1cb1efb3370e8 100644 (file)
@@ -37,6 +37,7 @@ var extraEnv = []string{
        "GOHOSTOS",
        "PATH",
        "TMPDIR",
+       "USER",
 }
 
 type Builder struct {