Finalize fix for #458

master
Koen Punt 2014-07-08 14:49:24 +02:00
parent 63f72b37df
commit 276c031c60
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