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

Unified Diff: tools/sysinfo.py

Issue 12450015: **/*.py: use /usr/bin/env to find python Base URL: https://chromium.googlesource.com/native_client/src/native_client@master
Patch Set: Created 7 years, 9 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 | « tools/syscall_stats.py ('k') | tools/test_lib.py » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: tools/sysinfo.py
diff --git a/tools/sysinfo.py b/tools/sysinfo.py
index 00d1c7e7bd1e939cc05db42658f396ba48c33764..3b84103d6ec3834fbbcda9d5d8b78a3a81aa4221 100755
--- a/tools/sysinfo.py
+++ b/tools/sysinfo.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
# Copyright (c) 2011 The Native Client Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.
« no previous file with comments | « tools/syscall_stats.py ('k') | tools/test_lib.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698