[PATCH] D26030: Add shebang.

Vassil Vassilev via cfe-commits cfe-commits at lists.llvm.org
Thu Oct 27 06:09:00 PDT 2016


v.g.vassilev created this revision.
v.g.vassilev added reviewers: NoQ, zaks.anna.
v.g.vassilev added a subscriber: cfe-commits.
v.g.vassilev set the repository for this revision to rL LLVM.

This is another home grown patch I'd like to upstream.


Repository:
  rL LLVM

https://reviews.llvm.org/D26030

Files:
  tools/scan-view/share/Reporter.py
  tools/scan-view/share/startfile.py


Index: tools/scan-view/share/startfile.py
===================================================================
--- tools/scan-view/share/startfile.py
+++ tools/scan-view/share/startfile.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 """Utility for opening a file using the default application in a cross-platform
 manner. Modified from http://code.activestate.com/recipes/511443/.
 """
Index: tools/scan-view/share/Reporter.py
===================================================================
--- tools/scan-view/share/Reporter.py
+++ tools/scan-view/share/Reporter.py
@@ -1,3 +1,4 @@
+#!/usr/bin/env python
 """Methods for reporting bugs."""
 
 import subprocess, sys, os


-------------- next part --------------
A non-text attachment was scrubbed...
Name: D26030.76013.patch
Type: text/x-patch
Size: 670 bytes
Desc: not available
URL: <http://lists.llvm.org/pipermail/cfe-commits/attachments/20161027/6c63fed4/attachment.bin>


More information about the cfe-commits mailing list