mirror of
https://git.busybox.net/buildroot.git
synced 2024-11-26 15:03:27 +08:00
utils/diffconfig: use python3 explicitly
Python 2 is EOL sice 2020 [1], it's still available on distros, but may not be installed by default (as being replaced by python3). A compatibility symlink python -> python3 may not be installed either. Convert the shebang line to the usual /usr/bin/env based line. Signed-off-by: Arnout Vandecappelle (Essensium/Mind) <arnout@mind.be> Reviewed-by: Petr Vorel <petr.vorel@gmail.com> Signed-off-by: Thomas Petazzoni <thomas.petazzoni@bootlin.com>
This commit is contained in:
parent
8266e211fc
commit
50b8d6307f
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python
|
||||
#!/usr/bin/env python3
|
||||
#
|
||||
# diffconfig - a tool to compare .config files.
|
||||
#
|
||||
|
Loading…
Reference in New Issue
Block a user