Fixed a quoting problem
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15656 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
parent
e83ecba968
commit
ee5e82150f
@ -13,7 +13,7 @@ progDir="`dirname \"$0\"`"
|
||||
defDstPath="/projects/wx/wxPython/dist"
|
||||
|
||||
pkgName="MachoPython"
|
||||
version=2.2.1-2
|
||||
version=2.2.1-3
|
||||
dmgRoot="dmg-root"
|
||||
pkgRoot="pkg-root"
|
||||
sitePkgDir="$pkgRoot/Library/Frameworks/Python.framework/Versions/$PYVER/lib/python$PYVER/site-packages"
|
||||
@ -106,7 +106,7 @@ done
|
||||
|
||||
cat > pythonw <<EOF
|
||||
#!/bin/sh
|
||||
exec /Applicaitons/Python.app/Contents/MacOS/python $@
|
||||
exec /Applicaitons/Python.app/Contents/MacOS/python \$@
|
||||
EOF
|
||||
chmod +x pythonw
|
||||
cd $curDir
|
||||
|
Loading…
Reference in New Issue
Block a user