forked from OSchip/llvm-project
Use /usr/bin/env to run Python for increased portability. Patch by
David Chisnall. llvm-svn: 63661
This commit is contained in:
parent
eaf02df7b4
commit
ed1ba4fc12
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
import sys
|
||||
|
|
Loading…
Reference in New Issue