]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: use "set" instead of "export" in diagnostic message
authorAndrew Gerrand <adg@golang.org>
Mon, 6 Jun 2016 22:33:00 +0000 (08:33 +1000)
committerAndrew Gerrand <adg@golang.org>
Tue, 7 Jun 2016 04:31:29 +0000 (04:31 +0000)
commit27c5dcffef590ac9dbc31f3d513f1b7d058907f6
tree6f4f145dea43bf7e997297d5fb1d26fdd2645d22
parent3ba31558d1bca8ae6d2f03209b4cae55381175b3
cmd/dist: use "set" instead of "export" in diagnostic message

On Windows, "export" doesn't mean anything, but Windows users are the
most likely to see this message.

Fixes #15977

Change-Id: Ib09ca08a7580713cacb65d0cdc43730765c377a8
Reviewed-on: https://go-review.googlesource.com/23840
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/dist/build.go