mirror of
https://github.com/python/cpython.git
synced 2026-01-06 15:32:22 +00:00
Quote the arguments, they may contain strings.
This commit is contained in:
parent
f7aa164d7a
commit
b2bb87300b
1 changed files with 1 additions and 1 deletions
|
|
@ -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…
Add table
Add a link
Reference in a new issue