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:
@@ -13,7 +13,7 @@ progDir="`dirname \"$0\"`"
|
|||||||
defDstPath="/projects/wx/wxPython/dist"
|
defDstPath="/projects/wx/wxPython/dist"
|
||||||
|
|
||||||
pkgName="MachoPython"
|
pkgName="MachoPython"
|
||||||
version=2.2.1-2
|
version=2.2.1-3
|
||||||
dmgRoot="dmg-root"
|
dmgRoot="dmg-root"
|
||||||
pkgRoot="pkg-root"
|
pkgRoot="pkg-root"
|
||||||
sitePkgDir="$pkgRoot/Library/Frameworks/Python.framework/Versions/$PYVER/lib/python$PYVER/site-packages"
|
sitePkgDir="$pkgRoot/Library/Frameworks/Python.framework/Versions/$PYVER/lib/python$PYVER/site-packages"
|
||||||
@@ -106,7 +106,7 @@ done
|
|||||||
|
|
||||||
cat > pythonw <<EOF
|
cat > pythonw <<EOF
|
||||||
#!/bin/sh
|
#!/bin/sh
|
||||||
exec /Applicaitons/Python.app/Contents/MacOS/python $@
|
exec /Applicaitons/Python.app/Contents/MacOS/python \$@
|
||||||
EOF
|
EOF
|
||||||
chmod +x pythonw
|
chmod +x pythonw
|
||||||
cd $curDir
|
cd $curDir
|
||||||
|
Reference in New Issue
Block a user