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
Родитель 8712952b7d
Коммит 64362e655d
2 изменённых файлов: 3 добавлений и 2 удалений

Просмотреть файл

@ -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.

Просмотреть файл

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