]> granicus.if.org Git - python/commitdiff
Quote the arguments, they may contain strings.
authorJack Jansen <jack.jansen@cwi.nl>
Wed, 7 Aug 2002 14:05:58 +0000 (14:05 +0000)
committerJack Jansen <jack.jansen@cwi.nl>
Wed, 7 Aug 2002 14:05:58 +0000 (14:05 +0000)
Mac/OSX/pythonw.sh

index d3ee37d6839e6193b50f9ce373ce64e0ce316424..b919bb9b3f22caf32142cc4e5f8d7b6787d1c2bb 100755 (executable)
@@ -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 "$@"