Skip to content

Commit 074075a

Browse files
committed
scripts/clang-tools: switch explicitly to Python 3
For the same reason as commit 51839e2 ("scripts: switch explicitly to Python 3"), switch some more scripts, which I tested and confirmed working on Python 3. Signed-off-by: Masahiro Yamada <[email protected]> Acked-by: Nathan Chancellor <[email protected]>
1 parent d8d2d38 commit 074075a

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/clang-tools/gen_compile_commands.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
# SPDX-License-Identifier: GPL-2.0
33
#
44
# Copyright (C) Google LLC, 2018

scripts/clang-tools/run-clang-tools.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
# SPDX-License-Identifier: GPL-2.0
33
#
44
# Copyright (C) Google LLC, 2020

0 commit comments

Comments
 (0)