Browse Source

Quote the version.

master
Jordan Harband 11 years ago
parent
commit
603253b0cb
  1. 2
      nvm.sh

2
nvm.sh

@ -785,7 +785,7 @@ nvm() { @@ -785,7 +785,7 @@ nvm() {
nvm help
return 127
fi
VERSION=$(nvm_version "$2")
VERSION="$(nvm_version "$2")"
# declare local INSTALLS first, otherwise it doesn't work in zsh
local INSTALLS

Loading…
Cancel
Save