mirror of
https://github.com/python/cpython.git
synced 2025-11-13 15:40:05 +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
|
#!/bin/sh
|
||||||
|
|
||||||
execdir=$(dirname "${0}")
|
execdir=$(dirname "${0}")
|
||||||
executable=${execdir}/%(executable)s
|
executable="${execdir}/%(executable)s"
|
||||||
resdir=$(dirname "${execdir}")/Resources
|
resdir=$(dirname "${execdir}")/Resources
|
||||||
main=${resdir}/%(mainprogram)s
|
main="${resdir}/%(mainprogram)s"
|
||||||
PYTHONPATH=$resdir
|
PYTHONPATH="$resdir"
|
||||||
export PYTHONPATH
|
export PYTHONPATH
|
||||||
exec "${executable}" "${main}" "${1}"
|
exec "${executable}" "${main}" "${1}"
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue