Commit 9d702bb1 authored by Uday Shankar's avatar Uday Shankar Committed by Masahiro Yamada
Browse files

scripts: make python shebangs specific about desired version



The RPM packaging tools like to make sure that all packaged python
scripts have version-unambiguous shebangs. Be more specific about the
desired python version in a couple of places to avoid having to disable
these checks in make rpm-pkg.

Signed-off-by: default avatarUday Shankar <ushankar@purestorage.com>
Signed-off-by: default avatarMasahiro Yamada <masahiroy@kernel.org>
parent ac954145
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env python
#!/usr/bin/env python3
# SPDX-License-Identifier: GPL-2.0-only
#
# show_deltas: Read list of printk messages instrumented with
+1 −1
Original line number Diff line number Diff line
#!/usr/bin/env python
#!/usr/bin/env python3
# SPDX-License-Identifier: GPL-2.0-only

"""