Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(128)

Unified Diff: third_party/protobuf/generate_descriptor_proto.sh

Issue 2495533002: third_party/protobuf: Update to HEAD (83d681ee2c) (Closed)
Patch Set: Make chrome settings proto generated file a component Created 4 years ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « third_party/protobuf/generate_changelog.py ('k') | third_party/protobuf/gmock.BUILD » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
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
« no previous file with comments | « third_party/protobuf/generate_changelog.py ('k') | third_party/protobuf/gmock.BUILD » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698