Merge pull request #102 from chakrit/patch-1

`nvm version` and `nvm ls` not correctly reporting current version.
This commit is contained in:
Tim Caswell 2012-02-20 07:28:34 -08:00
commit 293061b8b7

3
nvm.sh
View File

@ -38,7 +38,8 @@ nvm_ls()
PATTERN=$1
VERSIONS=''
if [ "$PATTERN" = 'current' ]; then
VERSION=`node -v 2>/dev/null`
echo `node -v 2>/dev/null`
return
fi
if [ -f "$NVM_DIR/alias/$PATTERN" ]; then