소스 검색

Merge pull request #2891 from glensc/patch-1

build: use posix shell
Yicheng Qin 10 년 전
부모
커밋
e62a3b8a62
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  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"