]> Cypherpunks repositories - gostls13.git/commit
cmd/go: escape $WORK in ccompile when -n is set
authorGrigoriyMikhalkin <grigoriymikhalkin@gmail.com>
Wed, 26 Feb 2020 15:02:36 +0000 (15:02 +0000)
committerBryan C. Mills <bcmills@google.com>
Wed, 26 Feb 2020 15:51:45 +0000 (15:51 +0000)
commit8992f7c4597dcc60b91e8b088fb31b49b9b55496
tree06e9abe14722d00e556b865535f79d88718f0f3b
parent975c01342a25899962969833d8b2873dc8856a4f
cmd/go: escape $WORK in ccompile when -n is set

Fixes #37012

Change-Id: I169807788c022042a2b5cf04f67ae41a7325fbcf
GitHub-Last-Rev: 9e77301c7ab3125a6f21f2c9cd998503976a5d5d
GitHub-Pull-Request: golang/go#37289
Reviewed-on: https://go-review.googlesource.com/c/go/+/219919
Reviewed-by: Bryan C. Mills <bcmills@google.com>
Run-TryBot: Bryan C. Mills <bcmills@google.com>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/internal/work/exec.go
src/cmd/go/testdata/script/build_n_cgo.txt [new file with mode: 0644]