felixrieseberg / ember-cli-azure-deploy

:wrench: Build Ember Cli Apps on Azure Websites
MIT License
19 stars 2 forks source link

Error in NPM version printout due to path not being escaped #15

Closed m-gagne closed 8 years ago

m-gagne commented 8 years ago

All other uses of $NODE_EXE are escaped (Example: EMBER_CMD="\"$NODE_EXE\" \"$EMBER_PATH\"") however in deploy.sh:119 it is not causing an error to be printed to the console.

deploy.sh:119 eval $NODE_EXE -v should be eval \"$NODE_EXE\" -v