summaryrefslogtreecommitdiff
path: root/make
diff options
context:
space:
mode:
authorChris Lattner <sabre@nondot.org>2009-07-06 22:24:16 +0000
committerChris Lattner <sabre@nondot.org>2009-07-06 22:24:16 +0000
commitad9a17686dff730aa89f181b22ab4ec827d40be2 (patch)
treef62b5ce5e489d3972aeb874bb3e5b9ad8c69b9a5 /make
parent34ecf0fc6ecadb5d8debe8c6171ec0ddea875442 (diff)
improve portability to platforms that don't put python in /usr/bin. Patch by
Pawel Worach! git-svn-id: https://llvm.org/svn/llvm-project/compiler-rt/trunk@74869 91177308-0d34-0410-b5e6-96231b3b80d8
Diffstat (limited to 'make')
-rwxr-xr-xmake/filter-inputs2
1 files changed, 1 insertions, 1 deletions
diff --git a/make/filter-inputs b/make/filter-inputs
index dbae957e5..8a6bbe2ab 100755
--- a/make/filter-inputs
+++ b/make/filter-inputs
@@ -1,4 +1,4 @@
-#!/usr/bin/python
+#!/usr/bin/env python
#===- make/filter-inputs ---------------------------------------------------===#
#