]> git.ipfire.org Git - thirdparty/systemd.git/commitdiff
man: consistently use #!/usr/bin/python
authorZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 25 Jul 2025 10:06:14 +0000 (12:06 +0200)
committerZbigniew Jędrzejewski-Szmek <zbyszek@in.waw.pl>
Fri, 25 Jul 2025 10:33:13 +0000 (12:33 +0200)
Some files were using that, others weren't. Since those are user-facing
docs, we should use the nice clean form, not the workaround for strange
systems that we use in other places.

man/90-rearrange-path.py
man/notify-selfcontained-example.py

index 0620195157ef4ef7489e8087f0b0118be4b91eb2..b5b6294754caed64b8a4d3518dfdbfb1520a7961 100755 (executable)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python
 # SPDX-License-Identifier: MIT-0
 
 """
index a1efb419ced56b6c2293dd6a9938e51040b371e2..6a1e25b99b2ff27c9b9acfde0ac69dbb5b11202a 100644 (file)
@@ -1,4 +1,4 @@
-#!/usr/bin/env python3
+#!/usr/bin/python
 # SPDX-License-Identifier: MIT-0
 #
 # Implement the systemd notify protocol without external dependencies.