Update readme and comment

This commit is contained in:
Tim Caswell
2011-02-25 11:53:38 -08:00
parent 2d4c9b0846
commit 37ffd82af4
2 changed files with 5 additions and 5 deletions

2
nvm.sh
View File

@@ -5,7 +5,7 @@
# Implemented by Tim Caswell <tim@creationix.com>
# with much bash help from Matthew Ranney
# Auto detect the NVM_DIR using magic bash 3.x stuff
# Auto detect the NVM_DIR
if [ ! -d "$NVM_DIR" ]; then
export NVM_DIR=$(cd $(dirname ${BASH_SOURCE[0]:-$0}); pwd)
fi