Fix #2071 replacing /bin/sh with bash
On Ubuntu /bin/sh is dash by default, this can cause generate_descriptor_proto.sh fail to execute.
This commit is contained in:
parent
74638a253e
commit
f9fc56c42a
1 changed files with 1 additions and 1 deletions
|
@ -1,4 +1,4 @@
|
|||
#!/bin/sh
|
||||
#!/usr/bin/env bash
|
||||
|
||||
# Run this script to regenerate descriptor.pb.{h,cc} after the protocol
|
||||
# compiler changes. Since these files are compiled into the protocol compiler
|
||||
|
|
Loading…
Add table
Reference in a new issue