1
0
mirror of https://github.com/golang/go synced 2024-11-12 04:30:22 -07:00

build: print go banner before restoring windows PATH

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/6492117
This commit is contained in:
Brad Fitzpatrick 2012-09-13 12:39:25 -07:00
parent d06dcd4595
commit 9a82324fb7

View File

@ -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%