Commit ebfc7e86 authored by Alex Brainman's avatar Alex Brainman

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
parent 8259b013
......@@ -115,6 +115,6 @@ goto end
:fail
set GOBUILDFAIL=1
if x%GOBUILDEXIT%==x1 exit %GOBUILDFAIL%
: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