forked from OSchip/llvm-project
improve portability to platforms that don't put python in /usr/bin. Patch by
Pawel Worach! llvm-svn: 74869
This commit is contained in:
parent
40398233b7
commit
7a76c06c20
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
#===- make/filter-inputs ---------------------------------------------------===#
|
||||
#
|
||||
|
|
Loading…
Reference in New Issue