address remaining comments from #363

master
Fraser Tweedale 2014-02-22 11:25:45 +10:00
parent e6a5374bfb
commit dcba513108
2 changed files with 2 additions and 2 deletions

2
nvm.sh
View File

@ -93,7 +93,7 @@ nvm_ls() {
echo "N/A"
return
fi
printf "$VERSIONS\n"
echo "$VERSIONS"
return
}

View File

@ -3,4 +3,4 @@
die () { echo $@ ; exit 1; }
. ../../nvm.sh
[ `expr "$(nvm current)" : ".*current"` != 0 ] || die "Failed to find current version"
[ `expr "$(nvm current)" : ".*current"` != 0 ] || die "Failed to find current version"