mirror of
https://github.com/RPCS3/llvm-mirror.git
synced 2024-11-26 04:32:44 +01:00
Modify the sh-bang to run out-of-the-box for FreeBSDes.
llvm-svn: 155230
This commit is contained in:
parent
6e57806ea9
commit
401d727bb5
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
import re, string, sys, os, time
|
||||
|
||||
DEBUG = 0
|
||||
|
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
import re, string, sys, os, time, math
|
||||
|
||||
DEBUG = 0
|
||||
|
Loading…
Reference in New Issue
Block a user