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

jackjansen@users.sourceforge.net jackjansen@users.sourceforge.net
Wed, 07 Aug 2002 07:06:01 -0700


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

Modified Files:
	pythonw.sh 
Log Message:
Quote the arguments, they may contain strings.


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