[Python-checkins] python/dist/src/Mac/OSX pythonw.sh,1.1,1.2

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Fri, 02 Aug 2002 14:05:19 -0700


Update of /cvsroot/python/python/dist/src/Mac/OSX
In directory usw-pr-cvs1:/tmp/cvs-serv10273

Modified Files:
	pythonw.sh 
Log Message:
Updated for the new path to Python.app.


Index: pythonw.sh
===================================================================
RCS file: /cvsroot/python/python/dist/src/Mac/OSX/pythonw.sh,v
retrieving revision 1.1
retrieving revision 1.2
diff -C2 -d -r1.1 -r1.2
*** pythonw.sh	29 Mar 2002 14:15:22 -0000	1.1
--- pythonw.sh	2 Aug 2002 21:05:16 -0000	1.2
***************
*** 1,2 ****
  #!/bin/sh
! exec /Applications/Python.app/Contents/MacOS/python $@
--- 1,2 ----
  #!/bin/sh
! exec /Library/Frameworks/Python.framework/Versions/Current/Resources/Python.app/Contents/MacOS/python $@