From 77c3613d947f56c63e18e8d639adc12e759326e3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Elan=20Ruusam=C3=A4e?= Date: Sat, 30 May 2015 09:34:54 +0300 Subject: [PATCH] build: use posix shell --- build | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/build b/build index 2bb96e58f24..21e11981170 100755 --- a/build +++ b/build @@ -1,4 +1,4 @@ -#!/bin/bash -e +#!/bin/sh -e ORG_PATH="github.com/coreos" REPO_PATH="${ORG_PATH}/etcd"