summaryrefslogtreecommitdiff
path: root/scripts
diff options
context:
space:
mode:
authorJames Supancic III <arrummzen@gmail.com>2015-02-22 10:16:45 -0800
committerJames Supancic III <arrummzen@gmail.com>2015-02-22 10:16:45 -0800
commit569ae01cc309fc3e14352479735a137ae53cfb62 (patch)
treea372470ea9aab85170c9e55f5d14bc0200d9fded /scripts
parent682d9da0dba98788dd01723a16a257df4382376c (diff)
downloadcaffeonacl-569ae01cc309fc3e14352479735a137ae53cfb62.tar.gz
caffeonacl-569ae01cc309fc3e14352479735a137ae53cfb62.tar.bz2
caffeonacl-569ae01cc309fc3e14352479735a137ae53cfb62.zip
cpp_lint.py fails silently with Python3 (which is the default on some systems).
This commit specifies Python2 with which cpp_lint.py works :-)
Diffstat (limited to 'scripts')
-rwxr-xr-xscripts/cpp_lint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/cpp_lint.py b/scripts/cpp_lint.py
index 1b7c6c05..f750489f 100755
--- a/scripts/cpp_lint.py
+++ b/scripts/cpp_lint.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/python2
#
# Copyright (c) 2009 Google Inc. All rights reserved.
#