]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: join with TMPDIR more carefully to avoid // in path.
authorDavid Symonds <dsymonds@golang.org>
Mon, 19 Aug 2013 01:11:27 +0000 (11:11 +1000)
committerDavid Symonds <dsymonds@golang.org>
Mon, 19 Aug 2013 01:11:27 +0000 (11:11 +1000)
commit24f302a69d80f2e89db81fad600165b2f857c193
tree4dcb715fd1a5fc0da6e6bc07891d12aa9a68f4d7
parenta07c95a53c906e2d30762d76cd3e36c93d2c83f4
cmd/dist: join with TMPDIR more carefully to avoid // in path.

This might fix the mkdtemp problem on the darwin builders if they
have TMPDIR set to a path ending in a slash; at worse this will
result in cleaner path names.

R=golang-dev, r
CC=golang-dev
https://golang.org/cl/13097043
src/cmd/dist/unix.c