Quote:
Originally Posted by RaNd I'm not very familiar with patching files, but i c/p the text into Cmd.pm.patch, use patch -p1 < Cmd.pm.patch and returns error ->
malformed patch at line 4: } |
Copy & paste file into a new file (for example, Cmd.diff) without "----" at the beginning and end of file.
And then,
>> patch -p1 Cmd.pm Cmd.pm.patch