]> Cypherpunks repositories - gostls13.git/commit
cmd/go: print CC environment variables on Plan 9
authorDavid du Colombier <0intro@gmail.com>
Tue, 22 Nov 2016 15:19:25 +0000 (16:19 +0100)
committerDavid du Colombier <0intro@gmail.com>
Tue, 22 Nov 2016 21:01:08 +0000 (21:01 +0000)
commit46323795130e92f26cbbb6bc744298edc8c443e9
tree3c2d34ba8db3d2c071d4627ab6bda4dc9aa73318
parent5508561180950534fd623fb61a8a8f357ad50e4c
cmd/go: print CC environment variables on Plan 9

This changes makes the output of `go env` the same
as on other operating systems.

Fixes #18013.

Change-Id: I3079e14dcf7b30c75ec3fde6c78cb95721111320
Reviewed-on: https://go-review.googlesource.com/33396
Reviewed-by: Ian Lance Taylor <iant@golang.org>
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
src/cmd/go/env.go