summaryrefslogtreecommitdiff
path: root/buildscripts/cpplint.py
diff options
context:
space:
mode:
authorValentin Kuznetsov <vkuznet@gmail.com>2016-01-11 13:46:16 -0500
committerRamon Fernandez <ramon@mongodb.com>2016-01-15 17:03:22 -0500
commit5492a19aaf5fb02856cfe7d711c249472f84ccfc (patch)
treeeeda03de398790e33391e7e1286d31ec1186807d /buildscripts/cpplint.py
parent920d38ceb07bff0ec18e2f173d942c3b743dea4b (diff)
downloadmongo-5492a19aaf5fb02856cfe7d711c249472f84ccfc.tar.gz
SERVER-22135 Take python from environment rather system default path
Signed-off-by: Ramon Fernandez <ramon@mongodb.com> Closes #1056
Diffstat (limited to 'buildscripts/cpplint.py')
-rwxr-xr-xbuildscripts/cpplint.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/buildscripts/cpplint.py b/buildscripts/cpplint.py
index be4c7d0de68..50ff75f9432 100755
--- a/buildscripts/cpplint.py
+++ b/buildscripts/cpplint.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#
# Copyright (c) 2009 Google Inc. All rights reserved.
#