Explorar o código

Merge pull request #2891 from glensc/patch-1

build: use posix shell
Yicheng Qin %!s(int64=10) %!d(string=hai) anos
pai
achega
e62a3b8a62
Modificáronse 1 ficheiros con 1 adicións e 1 borrados
  1. 1 1
      build

+ 1 - 1
build

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