aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorFeng Xiao <xiaofeng@google.com>2016-09-07 14:56:31 -0700
committerGitHub <noreply@github.com>2016-09-07 14:56:31 -0700
commit4bc16578537495b5ee010d89f2909858312210ac (patch)
treea7e5b254adf3322f1c0266b9c400dec607a62a47
parent74638a253ea76baa0aed78491b92d157326295a6 (diff)
parentf9fc56c42ae235b06a7c2d26a7dc1e489d3bd459 (diff)
downloadprotobuf-4bc16578537495b5ee010d89f2909858312210ac.tar.gz
protobuf-4bc16578537495b5ee010d89f2909858312210ac.tar.bz2
protobuf-4bc16578537495b5ee010d89f2909858312210ac.zip
Merge pull request #2079 from khingblue/fix-generate-descriptor
Fix #2071 replacing /bin/sh with bash when generates descriptor
-rwxr-xr-xgenerate_descriptor_proto.sh2
1 files changed, 1 insertions, 1 deletions
diff --git a/generate_descriptor_proto.sh b/generate_descriptor_proto.sh
index c170c837..668e6d13 100755
--- a/generate_descriptor_proto.sh
+++ b/generate_descriptor_proto.sh
@@ -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