]> Cypherpunks repositories - gostls13.git/commit
cmd/cgo: ensure the command passed to run retains a trailing dash
authorIan Lance Taylor <iant@golang.org>
Wed, 19 Dec 2018 15:03:04 +0000 (07:03 -0800)
committerIan Lance Taylor <iant@golang.org>
Wed, 19 Dec 2018 15:47:36 +0000 (15:47 +0000)
commitd9e2ba4fcce0a405e2d103e43c19f01fa1a5401d
tree0fdd384daa96c5c796a19899e7880da843086678
parentd902f23ec416fc881d567c1a81a3d2c48cc16855
cmd/cgo: ensure the command passed to run retains a trailing dash

This was accidentally broken by CL 127755.

Fixes #29333

Change-Id: I5e92048c64a55c1699d6c38eb4dbbd51c817b820
Reviewed-on: https://go-review.googlesource.com/c/155037
Run-TryBot: Ian Lance Taylor <iant@golang.org>
TryBot-Result: Gobot Gobot <gobot@golang.org>
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
misc/cgo/test/issue4339.go
src/cmd/cgo/gcc.go