Commit 9a82324f authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

build: print go banner before restoring windows PATH

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6492117
parent d06dcd45
......@@ -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%
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment