1
0
mirror of https://github.com/golang/go synced 2024-11-21 11:44:43 -07:00

build: don't use a fixed filename in temp

Fixes #2688

R=golang-dev, gri, rsc
CC=golang-dev
https://golang.org/cl/5539050
This commit is contained in:
Brad Fitzpatrick 2012-01-12 14:45:32 -08:00
parent b37de7387a
commit 630c838886

View File

@ -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