|
From: Jeff S. <jsq...@us...> - 2003-05-30 13:22:50
|
jsquyres 03/05/30 06:02:35
Modified: . log_accum.pl
Log:
Update scripty-foo to ignore whitespace when mailing out the diffs
Revision Changes Path
1.4 +1 -1 CVSROOT/log_accum.pl
Index: log_accum.pl
===================================================================
RCS file: /cvsroot/maildb/CVSROOT/log_accum.pl,v
retrieving revision 1.3
retrieving revision 1.4
diff -c -r1.3 -r1.4
*** log_accum.pl 27 Oct 2002 13:51:20 -0000 1.3
--- log_accum.pl 30 May 2003 13:02:34 -0000 1.4
***************
*** 273,279 ****
. "=================================\n";
}
else {
! open(DIFF, "-|") || exec 'cvs', '-Qn', 'diff', '-c',
"-r$prev_rev", "-r$rev", $file;
}
--- 273,279 ----
. "=================================\n";
}
else {
! open(DIFF, "-|") || exec 'cvs', '-Qn', 'diff', '-cw',
"-r$prev_rev", "-r$rev", $file;
}
|