diff options
Diffstat (limited to 'Lib/plat-mac')
-rwxr-xr-x | Lib/plat-mac/bundlebuilder.py | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/Lib/plat-mac/bundlebuilder.py b/Lib/plat-mac/bundlebuilder.py index 9d50f91..9959c95 100755 --- a/Lib/plat-mac/bundlebuilder.py +++ b/Lib/plat-mac/bundlebuilder.py @@ -263,7 +263,7 @@ resdir=$(dirname "${execdir}")/Resources main="${resdir}/%(mainprogram)s" PYTHONPATH="$resdir" export PYTHONPATH -exec "${executable}" "${main}" "${1}" +exec "${executable}" "${main}" "$@" """ |