Changed bin symlink to include ALL bin files.

This commit is contained in:
Gregory Langlais 2013-03-16 20:52:54 -04:00
parent 671160fe96
commit c057dd3808

2
nvm.sh
View File

@ -388,7 +388,7 @@ nvm()
export MANPATH
export NVM_PATH="$NVM_DIR/$VERSION/lib/node"
export NVM_BIN="$NVM_DIR/$VERSION/bin"
ln -sf ${NVM_DIR}/${VERSION}/bin/node ${NVM_DIR}/bin
ln -sf ${NVM_DIR}/${VERSION}/bin/* ${NVM_DIR}/bin
echo "Now using node $VERSION"
;;
"run" )