mirror of
https://git.proxmox.com/git/mirror_linux-firmware
synced 2025-08-14 14:37:24 +00:00
check_whence.py: Use a more portable shebang.
Some systems do not have /usr/bin/python3, e.g. Guix System and NixOS. Look python3 from PATH. Signed-off-by: Maxim Cournoyer <maxim.cournoyer@gmail.com>
This commit is contained in:
parent
89fd8440ad
commit
a100ea5520
@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os, re, stat, sys
|
||||
from io import open
|
||||
|
Loading…
Reference in New Issue
Block a user