* TARGET was not converted to DIR

master
stelcheck 2013-06-14 16:17:24 +09:00
parent f82cde11a9
commit d428bcd50e
1 changed files with 1 additions and 1 deletions

View File

@ -32,7 +32,7 @@ else
fi
fi
SOURCE_STR="[[ -s "$NVM_DIR/nvm.sh" ]] && . "$NVM_TARGET/nvm.sh" # This loads NVM"
SOURCE_STR="[[ -s "$NVM_DIR/nvm.sh" ]] && . "$NVM_DIR/nvm.sh" # This loads NVM"
if [ -z "$PROFILE" ] || [ ! -f "$PROFILE" ] ; then
if [ -z $PROFILE ]; then