and fixed a type too

git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775
This commit is contained in:
Robin Dunn 2002-05-24 17:15:53 +00:00
parent ee5e82150f
commit dcbd3aed96

View File

@ -106,7 +106,7 @@ done
cat > pythonw <<EOF
#!/bin/sh
exec /Applicaitons/Python.app/Contents/MacOS/python \$@
exec /Applications/Python.app/Contents/MacOS/python \$@
EOF
chmod +x pythonw
cd $curDir