Parcourir la source

fix(build): use /bin/sh

it seems to work with bash -o posix. Ship it.
Brandon Philips il y a 12 ans
Parent
commit
aff4af1d0b
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. 1 1
      build

+ 1 - 1
build

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