Przeglądaj źródła

Merge pull request #2891 from glensc/patch-1

build: use posix shell
Yicheng Qin 11 lat temu
rodzic
commit
e62a3b8a62
1 zmienionych plików z 1 dodań i 1 usunięć
  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"