From aff4af1d0b220629bfd2d2336bfc0a02ef926e97 Mon Sep 17 00:00:00 2001 From: Brandon Philips Date: Wed, 25 Sep 2013 17:04:05 -0700 Subject: [PATCH] fix(build): use /bin/sh it seems to work with bash -o posix. Ship it. --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index a4fe58737..b121ba30d 100755 --- a/build +++ b/build @@ -1,4 +1,4 @@ -#!/bin/bash +#!/bin/sh ETCD_PACKAGE=github.com/coreos/etcd export GOPATH="${PWD}"