script: genproto assumes bash; specify bash

This commit is contained in:
Justin Santa Barbara 2015-04-18 14:12:36 -07:00
parent 90a7978474
commit 117cb995a5

View File

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