Enlightenment CVS committal
Author : xcomputerman
Module : CVSROOT
Dir : CVSROOT
Modified Files:
ciabot.pl
Log Message:
Try to guess the right module name
===================================================================
RCS file: /cvsroot/enlightenment/CVSROOT/ciabot.pl,v
retrieving revision 1.5
retrieving revision 1.6
diff -u -3 -r1.5 -r1.6
--- ciabot.pl 14 Jan 2004 17:34:40 -0000 1.5
+++ ciabot.pl 14 Jan 2004 21:15:27 -0000 1.6
@@ -27,7 +27,7 @@
# If it does not work, try to disable $xml_rpc in the configuration section
# below.
#
-# $Id: ciabot.pl,v 1.5 2004/01/14 17:34:40 xcomputerman Exp $
+# $Id: ciabot.pl,v 1.6 2004/01/14 21:15:27 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]; $module =~ s#/.*##;
+$module = "$dir[0]/$dir[1]"; $module =~ 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