1
0
mirror of https://github.com/golang/go synced 2024-11-12 09:10:21 -07:00

run.bash: set -e in new codewalk block

Otherwise we won't fail if something goes wrong.
This shell programming stuff is tricky.

R=golang-dev, dsymonds
CC=golang-dev
https://golang.org/cl/5905062
This commit is contained in:
Rob Pike 2012-03-26 17:03:04 +11:00 committed by David Symonds
parent f4fc889424
commit 072646cd17

View File

@ -76,6 +76,7 @@ make clean
(xcd ../doc/codewalk
# TODO: test these too.
set -e
go build pig.go
go build urlpoll.go
rm -f pig urlpoll