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: http://git.ipfire.org/gitweb.cgi?a=commitdiff_plain;h=b2bb87300bd5db23216d5f339e1cdb6e4c613b42;p=thirdparty%2FPython%2Fcpython.git Quote the arguments, they may contain strings. --- diff --git a/Mac/OSX/pythonw.sh b/Mac/OSX/pythonw.sh index d3ee37d6839e..b919bb9b3f22 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 "$@"