]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: consistently set PWD when executing a command in a different directory
authorBryan C. Mills <bcmills@google.com>
Thu, 30 Sep 2021 19:15:45 +0000 (15:15 -0400)
committerBryan C. Mills <bcmills@google.com>
Thu, 30 Sep 2021 20:30:12 +0000 (20:30 +0000)
commitc035d829e9fbd150148a1738020fe9c155cda61f
tree79047e65f115225c53c8a2a59404a80f02124808
parent8b2f583ad141b1123b26a75202ead2d4eaf143ef
cmd/dist: consistently set PWD when executing a command in a different directory

For #33598

Change-Id: If0de906ffa2fcc83bb2a90f9e80a5b29d7667398
Reviewed-on: https://go-review.googlesource.com/c/go/+/353449
Trust: Bryan C. Mills <bcmills@google.com>
Reviewed-by: Ian Lance Taylor <iant@golang.org>
src/cmd/dist/exec.go [new file with mode: 0644]
src/cmd/dist/test.go
src/cmd/dist/util.go