]> Cypherpunks repositories - gostls13.git/commit
buildall.bash: exit 1 when make.bash fails
authorShenghou Ma <minux@golang.org>
Sun, 17 May 2015 00:05:58 +0000 (20:05 -0400)
committerMinux Ma <minux@golang.org>
Sun, 17 May 2015 01:40:33 +0000 (01:40 +0000)
commit0b9866fd561d5ecebee14d73c0a4938dec5abe7d
tree4c314ba5029926e6ce97e5510b417781e99e7765
parenta0fc306023d77e5605203c14ca92f368bdbce3ae
buildall.bash: exit 1 when make.bash fails

If make.bash fails, there is no point continuing any further.

Fixes #10880.

Change-Id: I350cc16999372422ad3d2e0327d52d467886a5b1
Reviewed-on: https://go-review.googlesource.com/10180
Reviewed-by: Brad Fitzpatrick <bradfitz@golang.org>
src/buildall.bash