mirror of
https://github.com/python/cpython.git
synced 2025-11-01 02:38:53 +00:00
Thank you sir, can I have another.
This commit is contained in:
parent
3a146b6c7d
commit
c96d6ce3c2
1 changed files with 3 additions and 3 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue