gobuilder: goinstall with -dashboard=false instead of -log=false

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/4801043
This commit is contained in:
Andrew Gerrand 2011-07-20 16:07:40 +10:00
parent 40462453c6
commit dbba5ccfab
1 changed files with 1 additions and 1 deletions

View File

@ -38,7 +38,7 @@ func (b *Builder) buildPackages(workpath string, hash string) os.Error {
}
// goinstall
buildLog, code, err := runLog(envv, "", goroot, goinstall, "-log=false", p)
buildLog, code, err := runLog(envv, "", goroot, goinstall, "-dashboard=false", p)
if err != nil {
log.Printf("goinstall %v: %v", p, err)
}