commit | b2bb87300bd5db23216d5f339e1cdb6e4c613b42 | [log] [tgz] |
---|---|---|
author | Jack Jansen <jack.jansen@cwi.nl> | Wed Aug 07 14:05:58 2002 +0000 |
committer | Jack Jansen <jack.jansen@cwi.nl> | Wed Aug 07 14:05:58 2002 +0000 |
tree | 4cbddaebdbdc18fa6df0404f9d3a81dfecf1356c | |
parent | f7aa164d7a84da3d2814abb8383c309603537c54 [diff] [blame] |
Quote the arguments, they may contain strings.
diff --git a/Mac/OSX/pythonw.sh b/Mac/OSX/pythonw.sh index d3ee37d..b919bb9 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 "$@"