If you're using set -e (and why wouldn't you), this halts all execution

master
Gerhard Lazu 2012-07-03 10:41:15 +01:00
parent 3e62657575
commit d544d8e2eb
1 changed files with 1 additions and 1 deletions

2
nvm.sh
View File

@ -23,7 +23,7 @@ nvm_version()
echo "$VERSION"
if [ "$VERSION" = 'N/A' ]; then
return 13
return
fi
}