Use quotes, so we handle python paths with spaces. Fixes #381 (#383)

This commit is contained in:
Alon Zakai
2019-10-30 11:22:52 -07:00
committed by Sam Clegg
parent 76de4a0b4f
commit 1b1f08f356

2
emsdk
View File

@@ -15,4 +15,4 @@ if [ $? != 0 ]; then
python=python
fi
exec $python $0.py "$@"
exec "$python" "$0.py" "$@"