Enlightenment CVS committal

Author  : xcomputerman
Module  : CVSROOT

Dir     : CVSROOT


Modified Files:
        ciabot.pl 


Log Message:
Try again

===================================================================
RCS file: /cvsroot/enlightenment/CVSROOT/ciabot.pl,v
retrieving revision 1.6
retrieving revision 1.7
diff -u -3 -r1.6 -r1.7
--- ciabot.pl   14 Jan 2004 21:15:27 -0000      1.6
+++ ciabot.pl   14 Jan 2004 21:46:00 -0000      1.7
@@ -27,7 +27,7 @@
 # If it does not work, try to disable $xml_rpc in the configuration section
 # below.
 #
-# $Id: ciabot.pl,v 1.6 2004/01/14 21:15:27 xcomputerman Exp $
+# $Id: ciabot.pl,v 1.7 2004/01/14 21:46:00 xcomputerman Exp $
 
 use strict;
 use vars qw ($project $from_email $dest_email $rpc_uri $sendmail $sync_delay
@@ -115,7 +115,7 @@
 
 # Guess module name.
 
-$module = "$dir[0]/$dir[1]"; $module =~ s#/.*##;
+$module = $dir[0]; $module =~ s#/\S+\/\S+\//##;
 
 
 # Figure out who is doing the update.




-------------------------------------------------------
This SF.net email is sponsored by: Perforce Software.
Perforce is the Fast Software Configuration Management System offering
advanced branching capabilities and atomic changes on 50+ platforms.
Free Eval! http://www.perforce.com/perforce/loadprog.html
_______________________________________________
enlightenment-cvs mailing list
[EMAIL PROTECTED]
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to