< > < The question is .. this machine uses bash?
< > <
< >
< > Sorry ... how can I check it?
< >
<
< echo $SHELL
<
< should return
<
< /bin/bash
<
< or something similar.
<
< By the way, from your prompt (#) it looks like you're doing the
< compilation as root, which isn't necessary. You needn't become root
< until you're ready to "make install".
<
< Andras
mira@64studio:~$ echo $SHELL
/bin/bash
Thank you Andras