summaryrefslogtreecommitdiff
path: root/doc
diff options
context:
space:
mode:
authorDavid Seifert <soap@gentoo.org>2022-04-05 11:45:23 +0200
committerDavid Seifert <soap@gentoo.org>2022-04-05 11:45:23 +0200
commit02c6ce836c6347f39cc46cce6111d85d4d8360e9 (patch)
tree13398c680afe46ab84cb3daccfe0add5c4b318db /doc
parent383d6ea03bea02c970ca22387313f9f51b4909e5 (diff)
downloadlibxslt-02c6ce836c6347f39cc46cce6111d85d4d8360e9.tar.gz
Use portable python shebangs
* In conda or Gentoo Prefix, we don't want to use the system python and instead rely on PATH lookup.
Diffstat (limited to 'doc')
-rwxr-xr-xdoc/apibuild.py2
1 files changed, 1 insertions, 1 deletions
diff --git a/doc/apibuild.py b/doc/apibuild.py
index ab0f4b72..6e59677c 100755
--- a/doc/apibuild.py
+++ b/doc/apibuild.py
@@ -1,4 +1,4 @@
-#!/usr/bin/python -u
+#!/usr/bin/env python
#
# This is the API builder, it parses the C sources and build the
# API formal description in XML.