On 2/18/07, Steffen H. Larsen <[EMAIL PROTECTED]> wrote:
when I log in with whatever user I get this error messeage but are able to
continue :
: command not found
: command not found
: command not found
'bash: /etc/profile: line 12: syntax error near unexpected token '{
'bash: /etc/profile: line 12: 'pathremove () {
: command not found
: command not found
: command not found
'bash: .bash_profile: line 12: syntax error near unexpected token '{
'bash: .bash_profile: line 12: 'append () {
I allso get this error when logging out
: command not found
: command not found
why does those scripts make those errors ?
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page
It might also be that one of your config files are in DOS format. try
converting them to UNIX format with dos2unix <filename>
dos2unix /etc/profile
for example
tijnema
--
http://linuxfromscratch.org/mailman/listinfo/blfs-support
FAQ: http://www.linuxfromscratch.org/blfs/faq.html
Unsubscribe: See the above information page