Fixed variable expansion for `SOURCE_STR`

master
Koen Punt 2012-12-04 23:26:49 +01:00
parent 7bee39fd81
commit dc2bf8c526
1 changed files with 1 additions and 1 deletions

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