Add double-quotes to allow spaces in path (#1097)

This commit is contained in:
Joel Van Eenwyk
2022-08-30 07:25:39 -07:00
committed by GitHub
parent 21611d2a50
commit b1bb477e38
2 changed files with 10 additions and 11 deletions

View File

@@ -69,5 +69,5 @@ if [ ! -f "$DIR/emsdk.py" ]; then
fi
# Force emsdk to use bash syntax so that this works in windows + bash too
eval `EMSDK_BASH=1 $DIR/emsdk construct_env`
eval `EMSDK_BASH=1 "$DIR/emsdk" construct_env`
unset DIR