Skip to content

Commit d6bb953

Browse files
committed
clang: Use python3 in python scripts
Some scripts ask for python, but they work fine with python3 and in OE python symlink is not exposed to build, only python3 is Upstream-Status: Pending Signed-off-by: Khem Raj <raj.khem@gmail.com>
1 parent e993644 commit d6bb953

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

clang-tools-extra/clang-include-fixer/find-all-symbols/tool/run-find-all-symbols.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
# =- run-find-all-symbols.py - Parallel find-all-symbols runner -*- python -*-=#
44
#

clang/tools/scan-view/bin/scan-view

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
from __future__ import print_function
44

0 commit comments

Comments
 (0)