Skip to content

Commit 7c21ce5

Browse files
committed
Merge pull request #1065 from rnestler/use_python2
workspace_tools: Use python2 in shebang
2 parents 2d8f49d + ddd3e88 commit 7c21ce5

File tree

4 files changed

+4
-4
lines changed

4 files changed

+4
-4
lines changed

workspace_tools/build.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python
1+
#! /usr/bin/env python2
22
"""
33
mbed SDK
44
Copyright (c) 2011-2013 ARM Limited

workspace_tools/build_travis.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
"""
44
Travis-CI build script

workspace_tools/make.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#! /usr/bin/env python
1+
#! /usr/bin/env python2
22
"""
33
mbed SDK
44
Copyright (c) 2011-2013 ARM Limited

workspace_tools/singletest.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
#!/usr/bin/env python
1+
#!/usr/bin/env python2
22

33
"""
44
mbed SDK

0 commit comments

Comments
 (0)