1
0
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:
Bill Wendling 2012-04-20 20:31:44 +00:00
parent 6e57806ea9
commit 401d727bb5
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import re, string, sys, os, time
DEBUG = 0

View File

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python
import re, string, sys, os, time, math
DEBUG = 0