Fix newline issue in install.sh

master
Ron Korving 2013-06-14 15:10:59 +09:00
parent 93e84a2676
commit dc46a740a3
1 changed files with 1 additions and 1 deletions

View File

@ -43,7 +43,7 @@ fi
if ! grep -qc 'nvm.sh' $PROFILE; then
echo "=> Appending source string to $PROFILE"
echo "\n" >> "$PROFILE"
echo "" >> "$PROFILE"
echo $SOURCE_STR >> "$PROFILE"
else
echo "=> Source string already in $PROFILE"