瀏覽代碼

fix(build): use /bin/sh

it seems to work with bash -o posix. Ship it.
Brandon Philips 13 年之前
父節點
當前提交
aff4af1d0b
共有 1 個文件被更改,包括 1 次插入 和 1 次删除
  1. 1 1
      build

+ 1 - 1
build

@@ -1,4 +1,4 @@
-#!/bin/bash
+#!/bin/sh
 
 ETCD_PACKAGE=github.com/coreos/etcd
 export GOPATH="${PWD}"