Contents
Text Editing Tips
-
Turn off auto-wordwrap in Nano
See the: TIP Nano No Auto-wrap entry in the Gentoo Wiki.
Easily fix errors like: patch: **** `>' expected at line 60 of patch
Modified: 2007-06-21 15:35:25
I got this error when trying to apply a diff using patch that I had copied and pasted out of an email:
patch: **** `>' expected at line 60 of patch
Simply adding a space after the '>' on line 60 fixed the error! :)