- Notifications
You must be signed in to change notification settings - Fork18.4k
Commitec783af
committed
[release-branch.go1] cmd/dist: emit \r in env -w output
««« backport 108165c03c70cmd/dist: emit \r in env -w outputgo tool dist env -w is supposed to print a Windows batch file.Normally Windows will execute batch files without \r before \n,but issue 3060 reports that if the file ends up containing pathswritten in Chinese, Windows 7 cannot execute it without the \r.So add the \r.Fixes#3060.R=golang-dev, bradfitzCC=golang-devhttps://golang.org/cl/6498120»»»1 parent4dfecf3 commitec783af
1 file changed
+1
-1
lines changedOriginal file line number | Diff line number | Diff line change | |
---|---|---|---|
| |||
1301 | 1301 |
| |
1302 | 1302 |
| |
1303 | 1303 |
| |
1304 |
| - | |
| 1304 | + | |
1305 | 1305 |
| |
1306 | 1306 |
| |
1307 | 1307 |
| |
|
0 commit comments
Comments
(0)