Browse Source

fix(build): use /bin/sh

it seems to work with bash -o posix. Ship it.
Brandon Philips 12 years ago
parent
commit
aff4af1d0b
1 changed files with 1 additions and 1 deletions
  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}"