From b2bb87300bd5db23216d5f339e1cdb6e4c613b42 Mon Sep 17 00:00:00 2001 From: Jack Jansen Date: Wed, 7 Aug 2002 14:05:58 +0000 Subject: [PATCH] Quote the arguments, they may contain strings. --- Mac/OSX/pythonw.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 "$@" -- 2.50.1