mirror of https://github.com/python/cpython
Quote the arguments, they may contain strings.
This commit is contained in:
parent
f7aa164d7a
commit
b2bb87300b
|
@ -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 "$@"
|
||||
|
|
Loading…
Reference in New Issue