]> git.ipfire.org Git - thirdparty/linux-firmware.git/commit
check_whence.py: Use a more portable shebang.
authorMaxim Cournoyer <maxim.cournoyer@gmail.com>
Wed, 1 Jan 2025 14:48:38 +0000 (23:48 +0900)
committerMario Limonciello <superm1@gmail.com>
Mon, 6 Jan 2025 03:05:13 +0000 (03:05 +0000)
commita100ea55203e0aa184b1402692b6c83756399e61
treebe892b7d329fbc3f3c7bbc492fe54017bf0e42e5
parent89fd8440ad29dc3536e84661464cdfe2e57c38bd
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>
check_whence.py