1
0
mirror of https://github.com/golang/go synced 2024-11-13 17:00:22 -07:00

make.bat, run.bat: echo newlines

R=golang-dev, rsc
CC=golang-dev
https://golang.org/cl/5671072
This commit is contained in:
Hector Chu 2012-02-16 20:49:50 +00:00
parent 014568bee1
commit 7fc47928fc
2 changed files with 8 additions and 9 deletions

View File

@ -38,7 +38,6 @@ if errorlevel 1 goto fail
if errorlevel 1 goto fail
call env.bat
del env.bat
:: Echo with no arguments prints whether echo is turned on, so echo dot.
echo.
echo # Building compilers and Go bootstrap tool.