Fix nvm-exec for the commands includes white-spaces

This commit is contained in:
Keiichiro Ui
2015-12-24 19:16:13 +09:00
parent 91ce41b702
commit b76d43e9f8
2 changed files with 3 additions and 1 deletions

View File

@@ -10,4 +10,4 @@ else
nvm use > /dev/null || (echo "No .nvmrc file found" >&2 && exit 127)
fi
exec $@
exec "$@"