From Bugzilla Helper: User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.4.4) Gecko/20050318 Red Hat/1.4.4-1.3.5 Description of problem: sdiff shows the following error while making changes using the editor. sdiff: subsidiary program `$EDITOR` failed Version-Release number of selected component (if applicable): diffutils-2.8.1-8 How reproducible: Always Steps to Reproduce: 1.echo hello >a; echo bye >b 2.sdiff -o new a b 3.Then enter 'eb' at % prompt. This will bring up $EDITOR. 4.Save, quit. Actual Results: sdiff displays the following error. sdiff: subsidiary program `$EDITOR` failed Expected Results: No error messages. Additional info: This bug has been already reported in gnu mailing list. http://lists.gnu.org/archive/html/bug-gnu-utils/2003-01/msg00121.html Also a patch available at the URL I tested the patch locally and it seem to resolve the problem.
*** This bug has been marked as a duplicate of 152967 ***