]> www.infradead.org Git - nvme.git/commitdiff
scripts/clang-tools: switch explicitly to Python 3
authorMasahiro Yamada <masahiroy@kernel.org>
Tue, 2 Feb 2021 06:06:04 +0000 (15:06 +0900)
committerMasahiro Yamada <masahiroy@kernel.org>
Wed, 3 Feb 2021 00:01:08 +0000 (09:01 +0900)
For the same reason as commit 51839e29cb59 ("scripts: switch explicitly
to Python 3"), switch some more scripts, which I tested and confirmed
working on Python 3.

Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Acked-by: Nathan Chancellor <nathan@kernel.org>
scripts/clang-tools/gen_compile_commands.py
scripts/clang-tools/run-clang-tools.py

index 19963708bcf87712384eaedbba359e278cb78321..8ddb5d099029f717d9b3732f76d123c2a2315be5 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0
 #
 # Copyright (C) Google LLC, 2018
index fa7655c7cec0e8df222278d14c3e7ecb18113fc5..f754415af398b7eb97710931c1ce5761e664f879 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0
 #
 # Copyright (C) Google LLC, 2020