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:
@ -1,4 +1,4 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
# This script serves as an example to demonstrate how to generate the gRPC-Go
|
# This script serves as an example to demonstrate how to generate the gRPC-Go
|
||||||
# interface and the related messages from .proto file.
|
# interface and the related messages from .proto file.
|
||||||
|
@ -1,4 +1,5 @@
|
|||||||
#!/bin/bash
|
#!/usr/bin/env bash
|
||||||
|
|
||||||
|
|
||||||
set -e
|
set -e
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user