Merge pull request #248 from benbjohnson/build-fail

Update build script to fail on error.
This commit is contained in:
Ben Johnson 2013-10-17 09:27:22 -07:00
commit 088a01f19c
2 changed files with 2 additions and 0 deletions

1
build
View File

@ -1,4 +1,5 @@
#!/bin/sh
set -e
ETCD_PACKAGE=github.com/coreos/etcd
export GOPATH="${PWD}"

View File

@ -1,4 +1,5 @@
#!/bin/sh
set -e
# Get GOPATH, etc from build
. ./build