]> Cypherpunks repositories - gostls13.git/commit
build: fix cross-compile on Plan 9
authorRuss Cox <rsc@golang.org>
Fri, 11 Nov 2016 20:45:09 +0000 (15:45 -0500)
committerRuss Cox <rsc@golang.org>
Tue, 22 Nov 2016 01:32:28 +0000 (01:32 +0000)
commit21a3c53c541ee6366db371e333cdb5376f507c65
tree94c46a0e77577017e39287513a14f06ffd059da0
parent9073af247d602dff4633710adf90c8b3c1869c45
build: fix cross-compile on Plan 9

In Plan 9's shell,

GOBIN= \
foo bar

is the same as

GOBIN=foo bar

Write what was meant, which is

GOBIN=() \
foo bar

Fixes #17737.

Change-Id: Ie5a1b51a7cec950b5e78bbbe99cbc3cfe102f980
Reviewed-on: https://go-review.googlesource.com/33144
Run-TryBot: Russ Cox <rsc@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Quentin Smith <quentin@golang.org>
Reviewed-by: David du Colombier <0intro@gmail.com>
src/make.rc