Use /usr/bin/env to run Python for increased portability. Patch by

David Chisnall.

llvm-svn: 63661
This commit is contained in:
Daniel Dunbar 2009-02-03 21:25:26 +00:00
parent eaf02df7b4
commit ed1ba4fc12
1 changed files with 1 additions and 1 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import os
import sys