diff options
author | Chris Lattner <sabre@nondot.org> | 2009-07-06 22:24:16 +0000 |
---|---|---|
committer | Chris Lattner <sabre@nondot.org> | 2009-07-06 22:24:16 +0000 |
commit | 7a76c06c2066bc80c07b12bf1ce9dfb8b78d998a (patch) | |
tree | 0a4f5beb1b44914b65f4385168b9172df46edaf2 | |
parent | 40398233b7dac409a6525c7cf177643e66094e8f (diff) | |
download | llvm-7a76c06c2066bc80c07b12bf1ce9dfb8b78d998a.zip llvm-7a76c06c2066bc80c07b12bf1ce9dfb8b78d998a.tar.gz llvm-7a76c06c2066bc80c07b12bf1ce9dfb8b78d998a.tar.bz2 |
improve portability to platforms that don't put python in /usr/bin. Patch by
Pawel Worach!
llvm-svn: 74869
-rwxr-xr-x | compiler-rt/make/filter-inputs | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/compiler-rt/make/filter-inputs b/compiler-rt/make/filter-inputs index dbae957..8a6bbe2 100755 --- a/compiler-rt/make/filter-inputs +++ b/compiler-rt/make/filter-inputs @@ -1,4 +1,4 @@ -#!/usr/bin/python +#!/usr/bin/env python #===- make/filter-inputs ---------------------------------------------------===# # |