tools: update shebang in thumb-cc.py

Some distros, including Ubuntu/Debian, don't provide a "python"
command unless an additional package is installed. Using "python3"
explicitly should work everywhere.

Using "/usr/bin/env" respects the user's PATH, so they can choose
a specific Python version instead of forcing the systemwide copy.

Change-Id: I02e3ead92939c42df6def79dec3dc2a62c62b1c3
This commit is contained in:
Aidan MacDonald 2024-03-30 14:16:57 +00:00
parent fe00906abb
commit 9f3d83d03f

View file

@ -1,4 +1,4 @@
#!/usr/bin/python
#!/usr/bin/env python3
# -*- coding: utf8 -*-
# __________ __ ___.
# Open \______ \ ____ ____ | | _\_ |__ _______ ___