]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: simplify exec.Cmd helpers
authorAustin Clements <austin@google.com>
Mon, 29 Aug 2022 21:24:01 +0000 (17:24 -0400)
committerAustin Clements <austin@google.com>
Fri, 16 Sep 2022 15:08:31 +0000 (15:08 +0000)
commitd9f90df2b488b2fb7ca8c24d99f82878befb68f8
treeed362d91a375f49d97e3ee05afbb944db1f1b4c0
parent88b51d2e630738f9396e3825eafd90d03727ec0d
cmd/dist: simplify exec.Cmd helpers

Now that the required Go bootstrap version is 1.17, we can simplify
some of the logic for working with exec.Cmd.Env as those APIs have
been simplified.

Updates #44505.

Change-Id: Ia62ab9830320c7daf65a15f2313471dfaba687b5
Reviewed-on: https://go-review.googlesource.com/c/go/+/427957
TryBot-Result: Gopher Robot <gobot@golang.org>
Reviewed-by: Bryan Mills <bcmills@google.com>
Run-TryBot: Austin Clements <austin@google.com>
Reviewed-by: Ian Lance Taylor <iant@google.com>
src/cmd/dist/exec.go