diff options
| author | 2013-12-02 19:07:09 +0000 | |
|---|---|---|
| committer | 2013-12-02 19:07:09 +0000 | |
| commit | 2f838d4058c091c56c31c5dfbc17d7379ba5523b (patch) | |
| tree | 8ee79ad2223962d2ed09b94d20d7dddc5abc46d2 /tools/cpplint.py | |
| parent | 7ceee468756c8ba05fd8b6e82e98856a6d74bf51 (diff) | |
| parent | 2248c17cd3483c030571cc6163a0e0870da998c2 (diff) | |
Merge "tools: use '/usr/bin/env python' instead of '/usr/bin/python'"
Diffstat (limited to 'tools/cpplint.py')
| -rwxr-xr-x | tools/cpplint.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tools/cpplint.py b/tools/cpplint.py index 30b5216b12..c2f6514c2b 100755 --- a/tools/cpplint.py +++ b/tools/cpplint.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # # Copyright (c) 2009 Google Inc. All rights reserved. # |