From dc2bf8c526c859670d90e98e73d433ff9026eb16 Mon Sep 17 00:00:00 2001 From: Koen Punt Date: Tue, 4 Dec 2012 23:26:49 +0100 Subject: [PATCH] Fixed variable expansion for `SOURCE_STR` --- install.sh | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/install.sh b/install.sh index 1afa306..234716f 100755 --- a/install.sh +++ b/install.sh @@ -25,7 +25,7 @@ else 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 ]; then