fix(build): use /bin/sh

it seems to work with bash -o posix. Ship it.
This commit is contained in:
Brandon Philips 2013-09-25 17:04:05 -07:00
parent 3a0a8c89e8
commit aff4af1d0b

2
build
View File

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