mirror of
https://gitlab.gnome.org/GNOME/glib.git
synced 2025-01-13 07:56:17 +01: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:
parent
0f18a2ebda
commit
4395a89777
@ -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.
|
||||||
#
|
#
|
||||||
|
Loading…
Reference in New Issue
Block a user