From 0ae1eb8cf0841958b1daa8531ffb93d9dff80c15 Mon Sep 17 00:00:00 2001 From: "terry%netscape.com" <> Date: Sat, 29 Aug 1998 02:23:41 +0000 Subject: Back out last change. No diffs are showing up at all! --- processmail | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'processmail') diff --git a/processmail b/processmail index b64d2e8a4..36935185e 100755 --- a/processmail +++ b/processmail @@ -206,7 +206,7 @@ foreach i $argv { puts $fid $text close $fid if {[Different $old $new]} { - catch {exec diff -u $old $new > $diffs} + catch {exec diff -c $old $new > $diffs} set tolist [fixaddresses [list $bug(assigned_to) $bug(reporter)]] set cclist [fixaddresses $bug(cclist)] set logstr "Bug $i changed" -- cgit v1.2.3-24-g4f1b