[KoCo-CVS] [Commit] CVSROOT log_accum.pl
Brought to you by:
perky
From: Hye-Shik C. <pe...@us...> - 2003-02-20 11:09:28
|
perky 03/02/20 03:09:27 Modified: . log_accum.pl Log: Run! Revision Changes Path 1.3 +1 -3 CVSROOT/log_accum.pl Index: log_accum.pl =================================================================== RCS file: /cvsroot/koco/CVSROOT/log_accum.pl,v retrieving revision 1.2 retrieving revision 1.3 diff -u -r1.2 -r1.3 --- log_accum.pl 20 Feb 2003 11:09:08 -0000 1.2 +++ log_accum.pl 20 Feb 2003 11:09:27 -0000 1.3 @@ -12,7 +12,7 @@ # Roy Fielding removed useless code and added log/mail of new files # Ken Coar added special processing (i.e., no diffs) for binary files # -# $Id: log_accum.pl,v 1.2 2003/02/20 11:09:08 perky Exp $ +# $Id: log_accum.pl,v 1.3 2003/02/20 11:09:27 perky Exp $ ############################################################ # @@ -293,8 +293,6 @@ sub mail_notification { local(@text) = @_; - - system("rm -rf $CVSROOT/py-unicodec"); print "Mailing the commit message...\n"; |