FIX: use /usr/bin/env bash in shebang

FIX: grpc/grpc-go#1023

Signed-off-by: Thibault Riviere <thibault.riviere@scality.com>
This commit is contained in:
Thibault Riviere
2016-12-17 20:45:30 +01:00
parent 8712952b7d
commit 64362e655d
2 changed files with 3 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/bin/bash
#!/usr/bin/env bash
# This script serves as an example to demonstrate how to generate the gRPC-Go
# interface and the related messages from .proto file.

View File

@ -1,4 +1,5 @@
#!/bin/bash
#!/usr/bin/env bash
set -e