Status: New
Owner: ----

New issue 1918 by [email protected]: cpplint.py tool using 2.4 shebang
http://code.google.com/p/v8/issues/detail?id=1918

I noticed that the cpplint.py tool has the following shebang

#!/usr/bin/python2.4

I got to this tool from the following page:

http://dev.chromium.org/developers/how-tos/install-depot-tools

This failed on my system, Debian stable, but worked on the current V8 source tree absolutely fine, zero errors, when changed to

#!/usr/bin/python2.5
#!/usr/bin/python

Which is version 2.5.5 and 2.6.6 respectively on my system.



--
v8-dev mailing list
[email protected]
http://groups.google.com/group/v8-dev

Reply via email to