diff options
Diffstat (limited to 'Mac/OSX/pythonw.sh')
-rwxr-xr-x | Mac/OSX/pythonw.sh | 2 |
1 files changed, 1 insertions, 1 deletions
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 "$@" |