Merge pull request #2891 from glensc/patch-1

build: use posix shell
This commit is contained in:
Yicheng Qin
2015-07-29 17:15:57 -07:00

2
build
View File

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