]> granicus.if.org Git - python/commit
Use "$@" to pass arguments to Python in stead of "${1}". This passes all
authorJack Jansen <jack.jansen@cwi.nl>
Tue, 18 Feb 2003 11:24:31 +0000 (11:24 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Tue, 18 Feb 2003 11:24:31 +0000 (11:24 +0000)
commitd6a3f93070761e723eeb93b292a04dbfbf31565f
tree9f6d7c470a45106a42bf1f089e0933a7c7f5aa76
parent0feb8c347e4fa4e8860b2fc4f95602cf6621ab09
Use "$@" to pass arguments to Python in stead of "${1}". This passes all
arguments, and also does the right thing for the no argument case.
Lib/plat-mac/bundlebuilder.py