1
0
mirror of https://github.com/golang/go synced 2024-09-25 13:20:13 -06:00

make.bat: do not exit builder on successful completion of make.bat (fixes build)

LGTM=dvyukov
R=golang-codereviews, dvyukov
CC=golang-codereviews
https://golang.org/cl/118020043
This commit is contained in:
Alex Brainman 2014-07-21 16:29:38 +10:00
parent 8259b0136e
commit ebfc7e862e

View File

@ -115,6 +115,6 @@ goto end
:fail
set GOBUILDFAIL=1
if x%GOBUILDEXIT%==x1 exit %GOBUILDFAIL%
:end
if x%GOBUILDEXIT%==x1 exit %GOBUILDFAIL%