Commit 630c8388 authored by Brad Fitzpatrick's avatar Brad Fitzpatrick

build: don't use a fixed filename in temp

Fixes #2688

R=golang-dev, gri, rsc
CC=golang-dev
https://golang.org/cl/5539050
parent b37de738
......@@ -68,7 +68,7 @@ for i in \
done
# Write to temporary file to avoid mingw bash bug.
TMPFILE="/tmp/gotest3"
TMPFILE="/tmp/gotest3.$USER"
function testit {
$LD $1.$O
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment