Filter out the io.js version dir from nvm_ls output.

Fixes #642.
This commit is contained in:
Jordan Harband
2015-02-02 17:07:16 -08:00
parent 0b4c1e14cf
commit 2116d2ff91
2 changed files with 8 additions and 0 deletions

View File

@@ -0,0 +1,7 @@
#!/bin/sh
. ../../../nvm.sh
nvm ls io
[ "$?" = "3" ]