Skip to content

Commit 0e24599

Browse files
committed
Update the script location comment in python-exec
Put the path matching new wrapping method in the comment. Fixes: https://bugs.gentoo.org/show_bug.cgi?id=524342
1 parent a84558e commit 0e24599

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

src/python-exec.in

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -4,9 +4,9 @@
44
# Released under the terms of the 2-clause BSD license.
55
#
66
# This is not the script you are looking for. This is just a wrapper.
7-
# The actual scripts of this application were installed with -python*,
8-
# -pypy* or -jython* suffixes. You are most likely looking for one
9-
# of those.
7+
# The actual scripts of this application were installed
8+
# in subdirectories of @PYTHON_SCRIPTROOT@.
9+
# You are most likely looking for one of those.
1010

1111
from __future__ import with_statement
1212
import os, os.path, sys

0 commit comments

Comments
 (0)