OSDN Git Service

Modify the sh-bang to run out-of-the-box for FreeBSDes.
authorBill Wendling <isanbard@gmail.com>
Fri, 20 Apr 2012 20:31:44 +0000 (20:31 +0000)
committerBill Wendling <isanbard@gmail.com>
Fri, 20 Apr 2012 20:31:44 +0000 (20:31 +0000)
git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@155230 91177308-0d34-0410-b5e6-96231b3b80d8

utils/release/findRegressions-nightly.py
utils/release/findRegressions-simple.py

index e801dab..ddf8983 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 import re, string, sys, os, time
 
 DEBUG = 0
index 7586231..8d3b4cf 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 import re, string, sys, os, time, math
 
 DEBUG = 0