summaryrefslogtreecommitdiff
path: root/utils/llvm-lit
diff options
context:
space:
mode:
authorChandler Carruth <chandlerc@gmail.com>2015-02-14 07:11:25 +0000
committerChandler Carruth <chandlerc@gmail.com>2015-02-14 07:11:25 +0000
commitc9864d8a7373dda7592a264786528ac4cff6c097 (patch)
tree5b2ad9940d8f9088324cc5f3bb8004eaa39e624e /utils/llvm-lit
parent9230ff9ba37d143e9383974f6e302c805a20bd70 (diff)
Revert r229224: Make the 'llvm-lit' utility defend against a system where Python3
Apparantly python2.7 also doesn't work. Awesome. git-svn-id: https://llvm.org/svn/llvm-project/llvm/trunk@229245 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'utils/llvm-lit')
-rwxr-xr-xutils/llvm-lit/llvm-lit.in2
1 files changed, 1 insertions, 1 deletions
diff --git a/utils/llvm-lit/llvm-lit.in b/utils/llvm-lit/llvm-lit.in
index 1ee68ab688a..fc962021d73 100755
--- a/utils/llvm-lit/llvm-lit.in
+++ b/utils/llvm-lit/llvm-lit.in
@@ -1,4 +1,4 @@
-#!/usr/bin/env python2.7
+#!/usr/bin/env python
import os
import sys