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 e801dab4aba7079a2c16dccf61f2f13690c1cbea..ddf89835e2c2d9631972dbbe39aeea4e2b7eee8a 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 import re, string, sys, os, time
 
 DEBUG = 0
index 758623199ff9bc7a39c5a9130ef90f7708de2308..8d3b4cfca29b8faa1ded45b772ae11453a4e3608 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
 import re, string, sys, os, time, math
 
 DEBUG = 0