| Index: third_party/protobuf/generate_descriptor_proto.sh
|
| diff --git a/third_party/protobuf/generate_descriptor_proto.sh b/third_party/protobuf/generate_descriptor_proto.sh
|
| index 668e6d135e23bf31b20c34fb91c9981e732bb02e..c170c837e0ac3549dca5cfee4ce6864fb8a294d0 100755
|
| --- a/third_party/protobuf/generate_descriptor_proto.sh
|
| +++ b/third_party/protobuf/generate_descriptor_proto.sh
|
| @@ -1,4 +1,4 @@
|
| -#!/usr/bin/env bash
|
| +#!/bin/sh
|
|
|
| # Run this script to regenerate descriptor.pb.{h,cc} after the protocol
|
| # compiler changes. Since these files are compiled into the protocol compiler
|
|
|