]> Cypherpunks repositories - gostls13.git/commit
go/build: set PWD for go subcommands
authorBryan C. Mills <bcmills@google.com>
Wed, 9 Mar 2022 22:17:40 +0000 (17:17 -0500)
committerBryan Mills <bcmills@google.com>
Mon, 14 Mar 2022 16:40:05 +0000 (16:40 +0000)
commitd99ff0382116bb472b9f92ddf23cb22bf145bbcd
tree45659d57e079e5a29c9ec644f8020884cb4dcdc5
parent471d319fb2497aa7239943eb1a6d5cfbad503a2a
go/build: set PWD for go subcommands

Since these commands already include an explicit Env field,
they will not be fixed automatically by proposal #50599.

Change-Id: Ia8157a71cf0cfe208bdc0da9aef54be3d26c795f
Reviewed-on: https://go-review.googlesource.com/c/go/+/391804
Trust: Bryan Mills <bcmills@google.com>
Run-TryBot: Bryan Mills <bcmills@google.com>
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Daniel Martí <mvdan@mvdan.cc>
Trust: Daniel Martí <mvdan@mvdan.cc>
src/go/build/build.go