From: Jack Jansen Date: Wed, 7 Aug 2002 14:05:58 +0000 (+0000) Subject: Quote the arguments, they may contain strings. X-Git-Tag: v2.3c1~4645 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=b2bb87300bd5db23216d5f339e1cdb6e4c613b42;p=python Quote the arguments, they may contain strings. --- diff --git a/Mac/OSX/pythonw.sh b/Mac/OSX/pythonw.sh index d3ee37d683..b919bb9b3f 100755 --- a/Mac/OSX/pythonw.sh +++ b/Mac/OSX/pythonw.sh @@ -1,2 +1,2 @@ #!/bin/sh -exec /Library/Frameworks/Python.framework/Versions/Current/Resources/Python.app/Contents/MacOS/python $@ +exec /Library/Frameworks/Python.framework/Versions/Current/Resources/Python.app/Contents/MacOS/python "$@"