Browse Source

Merge pull request #2891 from glensc/patch-1

build: use posix shell
Yicheng Qin 10 năm trước cách đây
mục cha
commit
e62a3b8a62
1 tập tin đã thay đổi với 1 bổ sung1 xóa
  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"