perky 03/02/20 03:09:08
Modified: . log_accum.pl
Log:
Remove py-unicodec
Revision Changes Path
1.2 +3 -1 CVSROOT/log_accum.pl
Index: log_accum.pl
===================================================================
RCS file: /cvsroot/koco/CVSROOT/log_accum.pl,v
retrieving revision 1.1
retrieving revision 1.2
diff -u -r1.1 -r1.2
--- log_accum.pl 1 Apr 2002 08:47:36 -0000 1.1
+++ log_accum.pl 20 Feb 2003 11:09:08 -0000 1.2
@@ -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.1 2002/04/01 08:47:36 perky Exp $
+# $Id: log_accum.pl,v 1.2 2003/02/20 11:09:08 perky Exp $
############################################################
#
@@ -293,6 +293,8 @@
sub mail_notification
{
local(@text) = @_;
+
+ system("rm -rf $CVSROOT/py-unicodec");
print "Mailing the commit message...\n";
|