Chromium Code Reviews| 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 c170c837e0ac3549dca5cfee4ce6864fb8a294d0..668e6d135e23bf31b20c34fb91c9981e732bb02e 100755 |
| --- a/third_party/protobuf/generate_descriptor_proto.sh |
| +++ b/third_party/protobuf/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 |