bug-gnu-utils
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

sdiff vs. $EDITOR


From: Dan Jacobson
Subject: sdiff vs. $EDITOR
Date: Fri, 16 Mar 2007 02:31:41 +0800

sdiff supposedly calls $EDITOR, when not needed too, and that always
fails.

$ for i in a b; do echo $i >| $i; done
$ EDITOR=ed sdiff -o c a b
a            | b
%r
sdiff: subsidiary program `ed' failed
$ sdiff --version
sdiff (GNU diffutils) 2.8.1




reply via email to

[Prev in Thread] Current Thread [Next in Thread]