[PATCH] Support python in other than /usr/bin/python

Ed Maste emaste at freebsd.org
Thu May 28 07:57:26 PDT 2015


REPOSITORY
  rL LLVM

http://reviews.llvm.org/D9914

Files:
  compiler-rt/trunk/lib/sanitizer_common/scripts/cpplint.py
  compiler-rt/trunk/lib/sanitizer_common/scripts/litlint.py

Index: compiler-rt/trunk/lib/sanitizer_common/scripts/litlint.py
===================================================================
--- compiler-rt/trunk/lib/sanitizer_common/scripts/litlint.py
+++ compiler-rt/trunk/lib/sanitizer_common/scripts/litlint.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 #
 # litlint
 #
Index: compiler-rt/trunk/lib/sanitizer_common/scripts/cpplint.py
===================================================================
--- compiler-rt/trunk/lib/sanitizer_common/scripts/cpplint.py
+++ compiler-rt/trunk/lib/sanitizer_common/scripts/cpplint.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 #
 # Copyright (c) 2009 Google Inc. All rights reserved.
 #

EMAIL PREFERENCES
  http://reviews.llvm.org/settings/panel/emailpreferences/
-------------- next part --------------
A non-text attachment was scrubbed...
Name: D9914.26687.patch
Type: text/x-patch
Size: 708 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/llvm-commits/attachments/20150528/b87a5df6/attachment.bin>


More information about the llvm-commits mailing list