Remove unused $ROOT variable.
parent
4b3d6f1760
commit
5ee955bb62
2
nvm.sh
2
nvm.sh
|
@ -786,8 +786,6 @@ nvm() {
|
||||||
return 127
|
return 127
|
||||||
fi
|
fi
|
||||||
VERSION=$(nvm_version "$2")
|
VERSION=$(nvm_version "$2")
|
||||||
local ROOT
|
|
||||||
ROOT=$(nvm use $VERSION && npm -g root)
|
|
||||||
|
|
||||||
# declare local INSTALLS first, otherwise it doesn't work in zsh
|
# declare local INSTALLS first, otherwise it doesn't work in zsh
|
||||||
local INSTALLS
|
local INSTALLS
|
||||||
|
|
Loading…
Reference in New Issue