Skip to content

Commit 36cb81c

Browse files
authored
Change python to python3 in some shebangs.
Reviewers: vitalybuka Reviewed By: vitalybuka Pull Request: #134945
1 parent bd2df7b commit 36cb81c

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

compiler-rt/test/sanitizer_common/android_commands/android_compile.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 python3
22

33
import os, sys, subprocess
44
from android_common import *

compiler-rt/test/sanitizer_common/android_commands/android_run.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 python3
22

33
import os, signal, sys, subprocess, tempfile
44
from android_common import *

0 commit comments

Comments
 (0)