]> Cypherpunks.ru repositories - gostls13.git/commit
build: force all Windows batch files to CRLF
authorGiovanni Bajo <rasky@develer.com>
Sun, 22 Mar 2020 08:28:21 +0000 (09:28 +0100)
committerGiovanni Bajo <rasky@develer.com>
Sun, 22 Mar 2020 08:42:38 +0000 (08:42 +0000)
commit787e7b048cff392d1cb68c57c99ff71602997475
tree8e85917ec24cee6a154217e9ec024ac9f2aeafbd
parent2910c5b4a01a573ebc97744890a07c1a3122c67a
build: force all Windows batch files to CRLF

Batch files should use CRLF endings. LF endings mostly
work but in some situations they cause random errors like
goto commands failing for mysterious reasons. See
golang.org/issue/37791 for more information.

Next CL triggered one of such bug (a label was not being
recognized), so prepare for it by converting to CRLF.

This CL also touches all existing batch files to force git
to update the line endings (unfortunately, changing
.gitattributes only has effect next time the file is checked
out or modified).

Fixes #37791
Updates #9281

Change-Id: I6f9a114351cb7ac9881914400aa210c930eb8cc1
Reviewed-on: https://go-review.googlesource.com/c/go/+/96495
Run-TryBot: Giovanni Bajo <rasky@develer.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Reviewed-by: Alex Brainman <alex.brainman@gmail.com>
.gitattributes
src/all.bat
src/clean.bat
src/make.bat
src/race.bat
src/run.bat
test/winbatch.go [new file with mode: 0644]