improve portability to platforms that don't put python in /usr/bin. Patch by

Pawel Worach!

llvm-svn: 74869
This commit is contained in:
Chris Lattner 2009-07-06 22:24:16 +00:00
parent 40398233b7
commit 7a76c06c20
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
#===- make/filter-inputs ---------------------------------------------------===#
#