]> Cypherpunks repositories - gostls13.git/commit
cmd/dist: fix mkdeps
authorRuss Cox <rsc@golang.org>
Tue, 3 Oct 2017 14:08:50 +0000 (10:08 -0400)
committerRuss Cox <rsc@golang.org>
Tue, 3 Oct 2017 14:10:17 +0000 (14:10 +0000)
commit9f52b5ab146572213bfd40463cbf2a513310a2bc
tree5b9f328dcab8a671e0435b86956bd4206a72793b
parent94e6d3de725780952ea9d81ebb5b4bf5f7308593
cmd/dist: fix mkdeps

Mistake introduced just before submitting CL 67650 that somehow
did not break a final pre-submit all.bash on my laptop.

Not sure why all.bash passes locally when mkdeps.go doesn't build.
I guess the test only runs on builders?

Change-Id: I18fb91ada47605035345ba4b2f5e360a5c4b7f6e
Reviewed-on: https://go-review.googlesource.com/67850
Run-TryBot: Russ Cox <rsc@golang.org>
Reviewed-by: Russ Cox <rsc@golang.org>
src/cmd/dist/mkdeps.go