From: Just van Rossum Date: Sun, 24 Nov 2002 01:15:20 +0000 (+0000) Subject: whoops, -p actually has an argument X-Git-Tag: v2.3c1~3267 X-Git-Url: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b8829b49b2928a9d8b388d4eef005e1a39ae7942;p=thirdparty%2FPython%2Fcpython.git whoops, -p actually has an argument --- diff --git a/Mac/Lib/bundlebuilder.py b/Mac/Lib/bundlebuilder.py index 3f7d5aa0fabf..70f3da868c27 100755 --- a/Mac/Lib/bundlebuilder.py +++ b/Mac/Lib/bundlebuilder.py @@ -365,7 +365,7 @@ def main(builder=None): if builder is None: builder = AppBuilder(verbosity=1) - shortopts = "b:n:r:e:m:c:plhvq" + shortopts = "b:n:r:e:m:c:p:lhvq" longopts = ("builddir=", "name=", "resource=", "executable=", "mainprogram=", "creator=", "nib=", "plist=", "link", "link-exec", "help", "verbose", "quiet")