mirror of
https://gitlab.gnome.org/GNOME/libxml2.git
synced 2025-10-21 14:53:44 +03:00
Use portable python shebangs
* In conda or Gentoo Prefix, we don't want to use the system python and instead rely on PATH lookup.
This commit is contained in:
@@ -1,4 +1,4 @@
|
||||
#!/usr/bin/python -u
|
||||
#!/usr/bin/env python
|
||||
#
|
||||
# Setup script for libxml2 and libxslt if found
|
||||
#
|
||||
|
Reference in New Issue
Block a user