]> Cypherpunks repositories - gostls13.git/commit
build: stop on failed deps.bash
authorRuss Cox <rsc@golang.org>
Fri, 14 Oct 2011 19:54:36 +0000 (15:54 -0400)
committerRuss Cox <rsc@golang.org>
Fri, 14 Oct 2011 19:54:36 +0000 (15:54 -0400)
commit12ece77c14107aebe0840c93a36ced58dca4aebc
treed44760cdb95836a859559eb0ed126bb435cd0b05
parentff866c4ca37287af82edf33d1e1d6f7c52931e19
build: stop on failed deps.bash

Apparently some versions of bash do the ||exit implicitly
when in set -e mode, but others do not.  ???

R=gri
CC=golang-dev
https://golang.org/cl/5285043
src/make.bash