• Russ Cox's avatar
    cmd/dist: emit \r in env -w output · 792518c6
    Russ Cox authored
    go 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 paths
    written in Chinese, Windows 7 cannot execute it without the \r.
    So add the \r.
    
    Fixes #3060.
    
    R=golang-dev, bradfitz
    CC=golang-dev
    https://golang.org/cl/6498120
    792518c6
Name
Last commit
Last update
api Loading commit data...
doc Loading commit data...
include Loading commit data...
lib Loading commit data...
misc Loading commit data...
src Loading commit data...
test Loading commit data...
.hgignore Loading commit data...
.hgtags Loading commit data...
AUTHORS Loading commit data...
CONTRIBUTORS Loading commit data...
LICENSE Loading commit data...
PATENTS Loading commit data...
README Loading commit data...
VERSION Loading commit data...
favicon.ico Loading commit data...
robots.txt Loading commit data...