Quote the arguments, they may contain strings.

This commit is contained in:
Jack Jansen 2002-08-07 14:05:58 +00:00
parent f7aa164d7a
commit b2bb87300b
1 changed files with 1 additions and 1 deletions

View File

@ -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 "$@"