mirror of
https://gitlab.com/kernel-firmware/linux-firmware.git
synced 2025-12-09 23:34:49 +01: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 changed files with 1 additions and 1 deletions
|
|
@ -1,4 +1,4 @@
|
|||
#!/usr/bin/python3
|
||||
#!/usr/bin/env python3
|
||||
|
||||
import os, re, stat, sys
|
||||
from io import open
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue