From 117cb995a56b18196f83f3fb58582bcbda41cfde Mon Sep 17 00:00:00 2001 From: Justin Santa Barbara Date: Sat, 18 Apr 2015 14:12:36 -0700 Subject: [PATCH] script: genproto assumes bash; specify bash --- scripts/genproto.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/scripts/genproto.sh b/scripts/genproto.sh index 8df8ecd56..e4bc91ff9 100755 --- a/scripts/genproto.sh +++ b/scripts/genproto.sh @@ -1,4 +1,4 @@ -#!/bin/sh -e +#!/bin/bash -e # # Generate all etcd protobuf bindings. # Run from repository root.