[PATCH] D16270: [clang-tidy] Python scripts shebang fixes

Alexander Kornienko via cfe-commits cfe-commits at lists.llvm.org
Tue Jan 19 08:14:41 PST 2016


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.


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D16270.45265.patch
Type: text/x-patch
Size: 1204 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20160119/43ba168d/attachment.bin>


More information about the cfe-commits mailing list