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

Unified Diff: gyp/find.py

Issue 2253373002: Add executable bit and shebang to python files (Closed) Base URL: https://skia.googlesource.com/skia.git@master
Patch Set: Created 4 years, 4 months 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 | « gn/gypi_to_gn.py ('k') | no next file » | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: gyp/find.py
diff --git a/gyp/find.py b/gyp/find.py
old mode 100644
new mode 100755
index d784dc26b3a59a307cbc96b1b72035e3f3875dc8..e0e012eea1126d22b7db0244834fa7d6f1407b49
--- a/gyp/find.py
+++ b/gyp/find.py
@@ -1,3 +1,5 @@
+#!/usr/bin/env python
+#
# Copyright 2015 Google Inc.
#
# Use of this source code is governed by a BSD-style license that can be
« no previous file with comments | « gn/gypi_to_gn.py ('k') | no next file » | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698