Standard linux patch hard-coded only for unix text files.
PS: I do no want convert ALL to unix and then convert result back.
|
|
Will the dos2unix command fix the file? |
|||
|
|
Use the --binary option. Here is the relevant snippet from the man page:
|
|||
|
|
|
I've run into this problem before a few times. This is what I've discovered:
So this is what I did:
You can use unix2dos to convert patched files back to CRLF line-endings if you want to maintain that convention. |
|||
|
|
|
Combined:
The last line depends on whether you want to keep the CRLFs or not. M. PS. This should've been a reply to cscrimge's post. DS. |
|||
|
|
|
|
|||||
|