Merge pull request #460 from koenpunt/patch-1

Finalize fix for #458
master
Jordan Harband 2014-07-08 10:26:24 -07:00
commit 10305f0791
1 changed files with 1 additions and 1 deletions

View File

@ -122,7 +122,7 @@ if [ -z "$PROFILE" ] || [ ! -f "$PROFILE" ] ; then
else
if ! grep -qc 'nvm.sh' "$PROFILE"; then
echo "=> Appending source string to $PROFILE"
printf "%s\n" "$SOURCE_STR" >> "$PROFILE"
printf "$SOURCE_STR\n" >> "$PROFILE"
else
echo "=> Source string already in $PROFILE"
fi