Merge pull request #2079 from khingblue/fix-generate-descriptor

Fix #2071 replacing /bin/sh with bash when generates descriptor
This commit is contained in:
Feng Xiao 2016-09-07 14:56:31 -07:00 committed by GitHub
commit 4bc1657853

View file

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