Browse Source

Ensure `nvm_rc_version` always modifies $NVM_RC_VERSION, rather than retaining its value from previous runs.

master
Jordan Harband 11 years ago
parent
commit
d5fe657382
  1. 1
      nvm.sh

1
nvm.sh

@ -93,6 +93,7 @@ nvm_find_nvmrc() { @@ -93,6 +93,7 @@ nvm_find_nvmrc() {
# Obtain nvm version from rc file
nvm_rc_version() {
export NVM_RC_VERSION=''
local NVMRC_PATH
NVMRC_PATH="$(nvm_find_nvmrc)"
if [ -e "$NVMRC_PATH" ]; then

Loading…
Cancel
Save