aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/scripts/diffconfig
diff options
context:
space:
mode:
authorAndy Shevchenko <andriy.shevchenko@linux.intel.com>2020-12-09 13:50:17 +0200
committerMasahiro Yamada <masahiroy@kernel.org>2021-01-22 06:34:44 +0900
commit51839e29cb5954470ea4db7236ef8c3d77a6e0bb (patch)
tree725da2ab3e712bfb8c1e3d22b515d3c529787e2f /scripts/diffconfig
parentLinux 5.11-rc4 (diff)
downloadwireguard-linux-51839e29cb5954470ea4db7236ef8c3d77a6e0bb.tar.xz
wireguard-linux-51839e29cb5954470ea4db7236ef8c3d77a6e0bb.zip
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 <andriy.shevchenko@linux.intel.com> Signed-off-by: Masahiro Yamada <masahiroy@kernel.org>
Diffstat (limited to 'scripts/diffconfig')
-rwxr-xr-xscripts/diffconfig2
1 files changed, 1 insertions, 1 deletions
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.