This revision was automatically updated to reflect the committed changes. Closed by commit rL258133: [clang-tidy] Python scripts shebang fixes (authored by alexfh).
Changed prior to commit: http://reviews.llvm.org/D16270?vs=45106&id=45265#toc Repository: rL LLVM http://reviews.llvm.org/D16270 Files: clang-tools-extra/trunk/clang-tidy/tool/clang-tidy-diff.py clang-tools-extra/trunk/docs/clang-tidy/tools/dump_check_docs.py clang-tools-extra/trunk/test/clang-tidy/check_clang_tidy.py 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 -*--===# # 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 -*--===# # 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.
_______________________________________________ cfe-commits mailing list cfe-commits@lists.llvm.org http://lists.llvm.org/cgi-bin/mailman/listinfo/cfe-commits