Browse Source

script: genproto assumes bash; specify bash

Justin Santa Barbara 10 years ago
parent
commit
117cb995a5
1 changed files with 1 additions and 1 deletions
  1. 1 1
      scripts/genproto.sh

+ 1 - 1
scripts/genproto.sh

@@ -1,4 +1,4 @@
-#!/bin/sh -e
+#!/bin/bash -e
 #
 #
 # Generate all etcd protobuf bindings.
 # Generate all etcd protobuf bindings.
 # Run from repository root.
 # Run from repository root.