mirror of https://github.com/python/cpython
Thank you sir, can I have another.
This commit is contained in:
parent
3a146b6c7d
commit
c96d6ce3c2
|
@ -255,10 +255,10 @@ BOOTSTRAP_SCRIPT = """\
|
|||
#!/bin/sh
|
||||
|
||||
execdir=$(dirname "${0}")
|
||||
executable=${execdir}/%(executable)s
|
||||
executable="${execdir}/%(executable)s"
|
||||
resdir=$(dirname "${execdir}")/Resources
|
||||
main=${resdir}/%(mainprogram)s
|
||||
PYTHONPATH=$resdir
|
||||
main="${resdir}/%(mainprogram)s"
|
||||
PYTHONPATH="$resdir"
|
||||
export PYTHONPATH
|
||||
exec "${executable}" "${main}" "${1}"
|
||||
"""
|
||||
|
|
Loading…
Reference in New Issue