All of lore.kernel.org
 help / color / mirror / Atom feed
* [PATCH] diffconfig: use python3 instead of python in Shebang line
@ 2021-01-21 17:07 Scott Branden
  2021-01-21 20:25 ` Masahiro Yamada
  0 siblings, 1 reply; 13+ messages in thread
From: Scott Branden @ 2021-01-21 17:07 UTC (permalink / raw)
  To: Masahiro Yamada, Finn Behrens
  Cc: BCM Kernel Feedback, Philippe Ombredanne, Thomas Gleixner,
	Kate Stewart, Greg Kroah-Hartman, linux-kernel, Scott Branden

Use python3 instead of python in diffconfig Shebang line.
python2 was sunset January 1, 2000 and environments do not need
to support python any more.

Fixes: b24413180f56 ("tweewide: Fix most Shebang lines")
Signed-off-by: Scott Branden <scott.branden@broadcom.com>
---
 scripts/diffconfig | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/diffconfig b/scripts/diffconfig
index 627eba5849b5..d5da5fa05d1d 100755
--- a/scripts/diffconfig
+++ b/scripts/diffconfig
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0
 #
 # diffconfig - a tool to compare .config files.
-- 
2.17.1


^ permalink raw reply related	[flat|nested] 13+ messages in thread

end of thread, other threads:[~2021-01-22 18:02 UTC | newest]

Thread overview: 13+ messages (download: mbox.gz / follow: Atom feed)
-- links below jump to the message on this page --
2021-01-21 17:07 [PATCH] diffconfig: use python3 instead of python in Shebang line Scott Branden
2021-01-21 20:25 ` Masahiro Yamada
2021-01-21 20:31   ` Andy Shevchenko
2021-01-21 20:35     ` Andy Shevchenko
2021-01-21 20:56       ` Scott Branden
2021-01-21 22:06       ` Masahiro Yamada
2021-01-22  9:34         ` Andy Shevchenko
2021-01-22 15:50         ` Joe Perches
2021-01-22 17:16           ` Masahiro Yamada
2021-01-22 17:52             ` Joe Perches
2021-01-21 20:44   ` Scott Branden
2021-01-22  2:18   ` Joe Perches
2021-01-22 16:46     ` Scott Branden

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.