Protect against cat clobbering. Fixes #858.

This commit is contained in:
Jordan Harband
2015-10-04 14:28:38 -07:00
parent ebdcdc4363
commit 06a21284ed
+1 -1
View File
@@ -398,7 +398,7 @@ nvm_alias() {
return 2
fi
cat "$NVM_ALIAS_PATH"
command cat "$NVM_ALIAS_PATH"
}
nvm_ls_current() {