mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-08-22 00:48:53 +02:00
Use env to run the Python-based tools
Otherwise overriding the Python interpreter with `--with-python` won't work correctly.
This commit is contained in:
@@ -1,4 +1,4 @@
|
|||||||
#!@PYTHON@
|
#!/usr/bin/env @PYTHON@
|
||||||
|
|
||||||
# pylint: disable=too-many-lines, missing-docstring, invalid-name
|
# pylint: disable=too-many-lines, missing-docstring, invalid-name
|
||||||
|
|
||||||
|
@@ -1,4 +1,4 @@
|
|||||||
#!@PYTHON@
|
#!/usr/bin/env @PYTHON@
|
||||||
|
|
||||||
# If the code below looks horrible and unpythonic, do not panic.
|
# If the code below looks horrible and unpythonic, do not panic.
|
||||||
#
|
#
|
||||||
|
Reference in New Issue
Block a user