code.sh: add quotes to export WSLENV

This commit is contained in:
Martin Aeschlimann 2020-08-14 13:56:29 +02:00
parent 6f5ebbaafb
commit b5d8e6e72c

View file

@ -37,7 +37,7 @@ else
fi
if [ $IN_WSL = true ]; then
export WSLENV=ELECTRON_RUN_AS_NODE/w:$WSLENV
export WSLENV="ELECTRON_RUN_AS_NODE/w:$WSLENV"
CLI=$(wslpath -m "$VSCODE_PATH/resources/app/out/cli.js")
# use the Remote WSL extension if installed