Skip to content

Commit 51839e2

Browse files
andy-shevmasahir0y
authored andcommitted
scripts: switch explicitly to Python 3
Some distributions are about to switch to Python 3 support only. This means that /usr/bin/python, which is Python 2, is not available anymore. Hence, switch scripts to use Python 3 explicitly. Signed-off-by: Andy Shevchenko <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent 19c329f commit 51839e2

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/bloat-o-meter

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
# Copyright 2004 Matt Mackall <[email protected]>
44
#

scripts/diffconfig

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
# diffconfig - a tool to compare .config files.

0 commit comments

Comments
 (0)