Merge pull request #178 from koenpunt/patch-2

Fixed variable expansion for `SOURCE_STR`
This commit is contained in:
Tim Caswell 2012-12-04 15:32:55 -08:00
commit eaf8a50483

View File

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