diff options
-rwxr-xr-x | tools/find_runtime_symbols/proc_maps.py | 1 |
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. |