]> Cypherpunks repositories - gostls13.git/commit
build: use awk instead of giant egrep regexp
authorRuss Cox <rsc@golang.org>
Thu, 16 Jun 2011 04:04:24 +0000 (00:04 -0400)
committerRuss Cox <rsc@golang.org>
Thu, 16 Jun 2011 04:04:24 +0000 (00:04 -0400)
commitf011bd378f9ee595ffe177017077124519b2b926
treedfeaba063fd226945e3783db4c39659493b45fc8
parent832e87500ebb2d20da00d2930283521f366e3b0e
build: use awk instead of giant egrep regexp

Avoids buggy version of egrep on some Macs.

R=r, dsymonds
CC=golang-dev
https://golang.org/cl/4603056
src/pkg/deps.bash