]> git.saurik.com Git - wxWidgets.git/commitdiff
and fixed a type too
authorRobin Dunn <robin@alldunn.com>
Fri, 24 May 2002 17:15:53 +0000 (17:15 +0000)
committerRobin Dunn <robin@alldunn.com>
Fri, 24 May 2002 17:15:53 +0000 (17:15 +0000)
git-svn-id: https://svn.wxwidgets.org/svn/wx/wxWidgets/trunk@15657 c3d73ce0-8a6f-49c7-b76d-6d57e0e08775

wxPython/distrib/mac/_buildPython

index 2ff2231fc601ccf6d4717dffac17b0bcc8c23c8f..1fdf2165cca551a9f5add0a55803e655ba7a5d27 100755 (executable)
@@ -106,7 +106,7 @@ done
 
 cat > pythonw <<EOF
 #!/bin/sh
 
 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
 EOF
 chmod +x pythonw
 cd $curDir