address remaining comments from

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" echo "N/A"
return return
fi fi
printf "$VERSIONS\n" echo "$VERSIONS"
return return
} }

View File

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