From: Brad Fitzpatrick Date: Fri, 21 Sep 2012 19:55:11 +0000 (+1000) Subject: [release-branch.go1] build: print go banner before restoring windows PATH X-Git-Tag: go1.0.3~22 X-Git-Url: http://www.git.cypherpunks.su/?a=commitdiff_plain;h=fc8f4af6b908808ea91d05cc4bff46343d94e030;p=gostls13.git [release-branch.go1] build: print go banner before restoring windows PATH ««« backport 452fc24c7ed3 build: print go banner before restoring windows PATH R=golang-dev, r CC=golang-dev https://golang.org/cl/6492117 »»» --- diff --git a/src/all.bat b/src/all.bat index 8edfd7f43e..386867947a 100644 --- a/src/all.bat +++ b/src/all.bat @@ -16,8 +16,8 @@ call make.bat --no-banner --no-local if %GOBUILDFAIL%==1 goto end call run.bat --no-rebuild --no-local if %GOBUILDFAIL%==1 goto end -set PATH=%OLDPATH% go tool dist banner +set PATH=%OLDPATH% :end if x%GOBUILDEXIT%==x1 exit %GOBUILDFAIL%