[Ubuntu-PT 2188] Problema com arquivo /etc/profile

Miguel Queiroga miguelqueiroga gmail.com
Sexta-Feira, 15 de Junho de 2007 - 14:29:37 BST


Pessoal, nao to conseguindo logar no meu ubuntu pq ta dando o seguinte erro:

/etc/profile: end of file unexpected (expecting "then").

Soh que aparentemente meu arquivo esta correto.
Alguma sugestao?
Meu arquivo segue abaixo:
#----------------------------------------------------------------------------
#/etc/profile: system-wide .profile file for the Bourne shell (sh(1))
# and Bourne compatible shells (bash(1), ksh(1), ash(1), ...).

if [ "$PS1" ]; then
  if [ "$BASH" ]; then
    PS1='\u@\h:\w\$ '
    if [ -f /etc/bash.bashrc ]; then
        . /etc/bash.bashrc
    fi
  else
    if [ "`id -u`" -eq 0 ]; then
      PS1='# '
    else
      PS1='$ '
    fi
  fi
fi

umask 022

#----------------------------------------------------------------------------

-- 
[]´s

Miguel Queiroga
-------------- próxima parte ----------
Um anexo em HTML foi limpo...
URL: https://lists.ubuntu.com/archives/ubuntu-pt/attachments/20070615/db8593cf/attachment.htm 


Mais informações acerca da lista ubuntu-pt