From d528f8b15d64d0012791e41f0a5ec091ced28fe7 Mon Sep 17 00:00:00 2001 From: "erg@chromium.org" Date: Fri, 11 May 2012 17:31:08 +0000 Subject: [PATCH] Change the python hashbang in cppint.py Review URL: https://chromiumcodereview.appspot.com/10391070 git-svn-id: svn://svn.chromium.org/chrome/trunk/tools/depot_tools@136603 0039d316-1c4b-4281-b951-d872f2087c98 --- cpplint.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cpplint.py b/cpplint.py index 9c7b8b48e..f95be8913 100755 --- a/cpplint.py +++ b/cpplint.py @@ -1,4 +1,4 @@ -#!/usr/bin/python2.4 +#!/usr/bin/env python # # Copyright (c) 2009 Google Inc. All rights reserved. #