fix duplication of entries on ~/.screenrc

This commit is contained in:
Nicolas Valcarcel 2008-12-25 19:11:07 -05:00
commit 9e572be7ae

View file

@ -48,7 +48,7 @@ for x in $profiles; do
if [ $i -eq $selected ]; then
if [ ! -e "$HOME/.screenrc" ]; then
# If the user doesn't have a .screenrc, seed one
echo "source ~/.screenrc-profile" > "$HOME/.screenrc"
echo "source $HOME/.screenrc-profile" > "$HOME/.screenrc"
else
# If the user does have a .screenrc, see if it has the
# source line