View Single Post
  #16 (permalink)  
Old 02-26-2007, 06:37 AM
inigoml inigoml is offline
Project Contributor
 
Posts: 116
Default

Quote:
Originally Posted by RaNd View Post
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
Reply With Quote