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

Unified Diff: src/trusted/validator_mips/dgen/optimize-table.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
Index: src/trusted/validator_mips/dgen/optimize-table.py
diff --git a/src/trusted/validator_mips/dgen/optimize-table.py b/src/trusted/validator_mips/dgen/optimize-table.py
index 1f6900c7876ee3a26d592c073342ed4e6f851015..d49b9d93a5a58dc0ebfaa51f8912660b5f39425b 100755
--- a/src/trusted/validator_mips/dgen/optimize-table.py
+++ b/src/trusted/validator_mips/dgen/optimize-table.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# Copyright 2012 The Native Client Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can
« no previous file with comments | « src/trusted/validator_mips/dgen/generate_decoder.py ('k') | src/trusted/validator_mips/validation-report.py » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698