[Clfs-support] xorg 7 script problem

Joe Ciccone jciccone at gmail.com
Tue Mar 29 05:45:50 PDT 2011


On Mon, 2011-03-28 at 13:03 -0600, Randolph D Dach wrote:

> grep: done: No such file or directory
> applewmproto-1.4.1.tar.bz2
> applewmproto-1.4.1
> tar: applewmproto-1.4.1.tar.bz2\r: Cannot open: No such file or directory
> tar: Error is not recoverable: exiting now

The \r would be the CR added to the end of the line in a windows
environment where a CRLF is a standard line ending. On linux a LF is
standard. Use a program such as dos2unix to strip the inappropriate line
endings out of the file.

Eg, each line in your file looks like this (windows)
applewmproto-1.4.1.tar.bz2\r\n
where it should look like this (linux/unix/bsd/mac)
applewmproto-1.4.1.tar.bz2\n


-- 
Joe Ciccone




More information about the Clfs-support mailing list