Commit 4253f023 authored by Just van Rossum's avatar Just van Rossum

Thank you sir, can I have another.

parent 0dc32b48
......@@ -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}"
"""
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment