Skip to content

Commit 64362e6

Browse files
FIX: use /usr/bin/env bash in shebang
FIX: grpc#1023 Signed-off-by: Thibault Riviere <[email protected]>
1 parent 8712952 commit 64362e6

File tree

2 files changed

+3
-2
lines changed

2 files changed

+3
-2
lines changed

codegen.sh

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
22

33
# This script serves as an example to demonstrate how to generate the gRPC-Go
44
# interface and the related messages from .proto file.

coverage.sh

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,5 @@
1-
#!/bin/bash
1+
#!/usr/bin/env bash
2+
23

34
set -e
45

0 commit comments

Comments
 (0)