Harmonize Python shebang
Differential Revision: https://reviews.llvm.org/D83857
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
import lldb
|
||||
import struct
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
import lldb
|
||||
import struct
|
||||
|
||||
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python
|
||||
|
||||
import lldb
|
||||
import struct
|
||||
|
||||
Reference in New Issue
Block a user