- June 19, 2025, 04:59
- Welcome, Guest
Show Posts
This section allows you to view all posts made by this member. Note that you can only see posts made in areas you currently have access to.
Pages: [1]
1
Bug Reports / Re: Issue with linux ver989 on Ubuntu
« on: June 15, 2008, 20:51 »
A bit late my answer, but none of the batch files work (gnome-terminal, konsole, xterm).
The problem is that the scripts have windows end-of-line (CRLF) and so sh doesn't parse them well.
I solved the problem in (K)Ubuntu 8.04 with "dos2unix" (which converts text files' end-of-line from dos to unix). The command is in the 'tofrodos' debian/ubuntu package.
Cheers!
SW
The problem is that the scripts have windows end-of-line (CRLF) and so sh doesn't parse them well.
I solved the problem in (K)Ubuntu 8.04 with "dos2unix" (which converts text files' end-of-line from dos to unix). The command is in the 'tofrodos' debian/ubuntu package.
Cheers!
SW
Pages: [1]