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:
parent
d06dcd4595
commit
9a82324fb7
@ -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%
|
||||
|
Loading…
Reference in New Issue
Block a user