Browse Source

Finalize fix for #458

master
Koen Punt 11 years ago
parent
commit
276c031c60
  1. 2
      install.sh

2
install.sh

@ -122,7 +122,7 @@ if [ -z "$PROFILE" ] || [ ! -f "$PROFILE" ] ; then @@ -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

Loading…
Cancel
Save