lists.openwall.net   lists  /  announce  owl-users  owl-dev  john-users  john-dev  passwdqc-users  yescrypt  popa3d-users  /  oss-security  kernel-hardening  musl  sabotage  tlsify  passwords  /  crypt-dev  xvendor  /  Bugtraq  Full-Disclosure  linux-kernel  linux-netdev  linux-ext4  linux-hardening  linux-cve-announce  PHC 
Open Source and information security mailing list archives
 
Hash Suite: Windows password security audit tool. GUI, reports in PDF.
[<prev] [next>] [day] [month] [year] [list]
Date:   Wed, 31 Mar 2021 12:51:09 +0800
From:   Wan Jiabing <wanjiabing@...o.com>
To:     Finn Behrens <me@...enk.de>,
        Masahiro Yamada <masahiroy@...nel.org>,
        Wan Jiabing <wanjiabing@...o.com>,
        Michal Marek <mmarek@...e.cz>,
        Mike Pagano <mpagano@...too.org>, linux-kernel@...r.kernel.org
Cc:     kael_w@...h.net
Subject: [PATCH] scripts: show_delta: Update the python interpreter

In f29b5f3e6fc0a, the script is update to support python3.
Fix the python interpreter update to python3.

Fixes: f29b5f3e6fc0a ("show_delta: Update script to support python3")
Signed-off-by: Wan Jiabing <wanjiabing@...o.com>
---
 scripts/show_delta | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/scripts/show_delta b/scripts/show_delta
index 28e67e178194..4660a988b2ad 100755
--- a/scripts/show_delta
+++ b/scripts/show_delta
@@ -1,4 +1,4 @@
-#!/usr/bin/env python
+#!/usr/bin/env python3
 # SPDX-License-Identifier: GPL-2.0-only
 #
 # show_deltas: Read list of printk messages instrumented with
-- 
2.25.1

Powered by blists - more mailing lists

Powered by Openwall GNU/*/Linux Powered by OpenVZ