Index: clang-tools-extra/trunk/clang-tidy/tool/clang-tidy-diff.py =================================================================== --- clang-tools-extra/trunk/clang-tidy/tool/clang-tidy-diff.py +++ clang-tools-extra/trunk/clang-tidy/tool/clang-tidy-diff.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # #===- clang-tidy-diff.py - ClangTidy Diff Checker ------------*- python -*--===# # Index: clang-tools-extra/trunk/docs/clang-tidy/tools/dump_check_docs.py =================================================================== --- clang-tools-extra/trunk/docs/clang-tidy/tools/dump_check_docs.py +++ clang-tools-extra/trunk/docs/clang-tidy/tools/dump_check_docs.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python r""" Create stubs for check documentation files. Index: clang-tools-extra/trunk/test/clang-tidy/check_clang_tidy.py =================================================================== --- clang-tools-extra/trunk/test/clang-tidy/check_clang_tidy.py +++ clang-tools-extra/trunk/test/clang-tidy/check_clang_tidy.py @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python # #===- check_clang_tidy.py - ClangTidy Test Helper ------------*- python -*--===# #