summaryrefslogtreecommitdiff
path: root/tools/cpplint.py
diff options
context:
space:
mode:
author Ying Wang <wangying@android.com> 2013-12-02 11:12:12 -0800
committer Android Git Automerger <android-git-automerger@android.com> 2013-12-02 11:12:12 -0800
commit3fc1156f88a7422bbf22f09428b1300df97b77cf (patch)
tree8ee79ad2223962d2ed09b94d20d7dddc5abc46d2 /tools/cpplint.py
parent2ad27aa8ab07e28e18d4facf9c2912b8226a154a (diff)
parent2f838d4058c091c56c31c5dfbc17d7379ba5523b (diff)
am 2f838d40: Merge "tools: use \'/usr/bin/env python\' instead of \'/usr/bin/python\'"
* commit '2f838d4058c091c56c31c5dfbc17d7379ba5523b': tools: use '/usr/bin/env python' instead of '/usr/bin/python'
Diffstat (limited to 'tools/cpplint.py')
-rwxr-xr-xtools/cpplint.py2
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.
#