Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in / Register
Toggle navigation
C
cpython
Project overview
Project overview
Details
Activity
Releases
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Issues
0
Issues
0
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
Analytics
Analytics
Repository
Value Stream
Wiki
Wiki
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Create a new issue
Commits
Issue Boards
Open sidebar
Kirill Smelkov
cpython
Commits
9af6968b
Commit
9af6968b
authored
Feb 02, 2003
by
Just van Rossum
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
jeez, now I know why I shouldn't even _want_ to learn sh.
parent
0bc93f5c
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
4 additions
and
4 deletions
+4
-4
Lib/plat-mac/bundlebuilder.py
Lib/plat-mac/bundlebuilder.py
+4
-4
No files found.
Lib/plat-mac/bundlebuilder.py
View file @
9af6968b
...
...
@@ -254,13 +254,13 @@ STRIP_EXEC = "/usr/bin/strip"
BOOTSTRAP_SCRIPT
=
"""
\
#!/bin/sh
execdir=$(dirname
${0}
)
execdir=$(dirname
"${0}"
)
executable=${execdir}/%(executable)s
resdir=$(dirname
${execdir}
)/Resources
resdir=$(dirname
"${execdir}"
)/Resources
main=${resdir}/%(mainprogram)s
PYTHONPATH=$resdir
export PYTHONPATH
exec
${executable} ${main} ${1}
exec
"${executable}" "${main}" "${1}"
"""
...
...
@@ -619,7 +619,7 @@ Options:
-p, --plist=FILE .plist file (default: generate one)
--nib=NAME main nib name
-c, --creator=CCCC 4-char creator code (default: '????')
--iconfile=FILE
filename of the icon (an .icns file) to be used
--iconfile=FILE
filename of the icon (an .icns file) to be used
as the Finder icon
-l, --link symlink files/folder instead of copying them
--link-exec symlink the executable instead of copying it
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment