Skip to content

Commit 400da6a

Browse files
committed
Changed to use !/usr/bin/env python
Makes the scripts work with virtualenv and makes them more portable
1 parent 10d062a commit 400da6a

File tree

7 files changed

+7
-7
lines changed

7 files changed

+7
-7
lines changed

interface/jlink_test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33
import jlink
44

interface/stlink_test

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22

33
import stlink
44

pycs

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
# -----------------------------------------------------------------------------
33
"""
44
pycs - Python Based ARM CoreSight Debug and Trace Tools

svd2c

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
# -----------------------------------------------------------------------------
33
"""
44

svd2py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
# -----------------------------------------------------------------------------
33
"""
44

tools/asm2py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
# -----------------------------------------------------------------------------
33
"""
44

tools/svd2device

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/python
1+
#!/usr/bin/env python
22
# -----------------------------------------------------------------------------
33
"""
44

0 commit comments

Comments
 (0)