瀏覽代碼

build: use posix shell

Elan Ruusamäe 10 年之前
父節點
當前提交
77c3613d94
共有 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"
 ORG_PATH="github.com/coreos"
 REPO_PATH="${ORG_PATH}/etcd"
 REPO_PATH="${ORG_PATH}/etcd"