diff options
-rwxr-xr-x | processmail | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/processmail b/processmail index 36935185e..b64d2e8a4 100755 --- a/processmail +++ b/processmail @@ -206,7 +206,7 @@ foreach i $argv { puts $fid $text close $fid if {[Different $old $new]} { - catch {exec diff -c $old $new > $diffs} + catch {exec diff -u $old $new > $diffs} set tolist [fixaddresses [list $bug(assigned_to) $bug(reporter)]] set cclist [fixaddresses $bug(cclist)] set logstr "Bug $i changed" |