]> Cypherpunks repositories - gostls13.git/commit
cmd/go: fix -a
authorRuss Cox <rsc@golang.org>
Fri, 26 Sep 2014 19:15:48 +0000 (15:15 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 26 Sep 2014 19:15:48 +0000 (15:15 -0400)
commit1bf18b42f8475db2af1618d798285ed84a8dd521
treee2fe49e61b605594426694e1aab74934d1b59ef7
parent8c3005c4929e26cba74c80703123e150fa3fda1a
cmd/go: fix -a

The one line that you can't test easily was broken.
This manifested as a failure of a pre-existing test
in test.bash but I didn't notice it (there are a few other
long-standing failures that need to be fixed).

TBR=r
CC=golang-codereviews
https://golang.org/cl/146340044
src/cmd/go/pkg.go