Skip to content

Commit 9d702bb

Browse files
ps-ushankarmasahir0y
authored andcommitted
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: Uday Shankar <[email protected]> Signed-off-by: Masahiro Yamada <[email protected]>
1 parent ac95414 commit 9d702bb

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

scripts/show_delta

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-only
33
#
44
# show_deltas: Read list of printk messages instrumented with

scripts/tracing/draw_functrace.py

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-only
33

44
"""

0 commit comments

Comments
 (0)