build: use posix shell

This commit is contained in:
Elan Ruusamäe 2015-05-30 09:34:54 +03:00
parent 871107c65a
commit 77c3613d94

2
build
View File

@ -1,4 +1,4 @@
#!/bin/bash -e
#!/bin/sh -e
ORG_PATH="github.com/coreos"
REPO_PATH="${ORG_PATH}/etcd"