On Fri, Nov 08, 2002 at 09:39:38AM -0500, Steve Chapel wrote:
>I've run into a problem with patch converting DOS newlines into Unix
>newlines.
Which is by design, AFAIK.
cgf
--
Unsubscribe info: http://cygwin.com/ml/#unsubscribe-simple
Bug reporting: http://cygwin.com/bugs.html
Docu
On Fri, Nov 08, 2002 at 09:39:38AM -0500, Steve Chapel wrote:
>diff -u orig new > diff
>patch -R < diff
> Now the files orig and new should be identical, but diff shows that
> every line in the files is different. The difference is that the file
> new now has Unix style newlines instead of
I've run into a problem with patch converting DOS newlines into Unix
newlines.
To reproduce the problem:
Use setup.exe to set the Default Text File Type to Unix.
Save the attached files orig and new into a directory.
Type the following commands:
diff -u orig new > diff
patch -R < diff
Now t
3 matches
Mail list logo