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:
parent
b37de7387a
commit
630c838886
@ -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
|
||||
|
Loading…
Reference in New Issue
Block a user