summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorcsilv@chromium.org <csilv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-26 17:25:29 +0000
committercsilv@chromium.org <csilv@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98>2012-09-26 17:25:29 +0000
commitd70de1133e21b425f29e7c2bad7a2b805230580f (patch)
tree8dde0d4d953b43b81c2cd6f23a4650de75f7f185
parentf310ba6e1c3d8cfb3a96bac406e151018d4861a1 (diff)
downloadchromium_src-d70de1133e21b425f29e7c2bad7a2b805230580f.zip
chromium_src-d70de1133e21b425f29e7c2bad7a2b805230580f.tar.gz
chromium_src-d70de1133e21b425f29e7c2bad7a2b805230580f.tar.bz2
Insert missing shebang, accidentally removed in last revision.
TBR=asargent git-svn-id: svn://svn.chromium.org/chrome/trunk/src@158821 0039d316-1c4b-4281-b951-d872f2087c98
-rwxr-xr-xtools/find_runtime_symbols/proc_maps.py1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/find_runtime_symbols/proc_maps.py b/tools/find_runtime_symbols/proc_maps.py
index 4b082c3..d4c3f7a 100755
--- a/tools/find_runtime_symbols/proc_maps.py
+++ b/tools/find_runtime_symbols/proc_maps.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
# Copyright (c) 2012 The Chromium Authors. All rights reserved.
# Use of this source code is governed by a BSD-style license that can be
# found in the LICENSE file.