• 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
..
README Loading commit data...
a.h Loading commit data...
arg.h Loading commit data...
buf.c Loading commit data...
build.c Loading commit data...
buildgc.c Loading commit data...
buildruntime.c Loading commit data...
goc2c.c Loading commit data...
main.c Loading commit data...
plan9.c Loading commit data...
unix.c Loading commit data...
windows.c Loading commit data...