Skip to content

Commit

Permalink
Merge pull request #1024 from ThibaultRiviere/fix/bash_path
Browse files Browse the repository at this point in the history
FIX: use /usr/bin/env bash in shebang
iamqizhao authored Dec 22, 2016
2 parents 09aecb0 + 64362e6 commit 9d682f9
Showing 2 changed files with 3 additions and 2 deletions.
2 changes: 1 addition & 1 deletion codegen.sh
Original file line number Diff line number Diff line change
@@ -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.
3 changes: 2 additions & 1 deletion coverage.sh
Original file line number Diff line number Diff line change
@@ -1,4 +1,5 @@
#!/bin/bash
#!/usr/bin/env bash


set -e

0 comments on commit 9d682f9

Please sign in to comment.