SF.net SVN: docutils:[9779 ] trunk/docutils/tools/dev/ profile_docutils.py
milde--- via Docutils-checkins <[email protected]>
| Newsgroups | gmane.text.docutils.cvs |
|---|---|
| Message-ID | <[email protected]> |
Revision: 9779
http://sourceforge.net/p/docutils/code/9779
Author: milde
Date: 2024-07-28 10:50:05 +0000 (Sun, 28 Jul 2024)
Log Message:
-----------
Update shebang line for "profile_docutils.py" developer tool script.
Use "env" instead of a hardcoded interpreter path.
(Requires the -S option to parse the command line (cf. `man env`).
Modified Paths:
--------------
trunk/docutils/tools/dev/profile_docutils.py
Modified: trunk/docutils/tools/dev/profile_docutils.py
===================================================================
--- trunk/docutils/tools/dev/profile_docutils.py 2024-07-22 11:59:10 UTC (rev 9778)
+++ trunk/docutils/tools/dev/profile_docutils.py 2024-07-28 10:50:05 UTC (rev 9779)
@@ -1,4 +1,4 @@
-#!/usr/bin/python3 -i
+#!/usr/bin/env -S python3 -i
# $Id$
# Author: Lea Wiemann <[email protected]>
This was sent by the SourceForge.net collaborative development platform, the world's largest Open Source development site.