Enlightenment CVS committal

Author  : davemds
Module  : CVSROOT

Dir     : CVSROOT


Modified Files:
        commit.pl 


Log Message:
actually $modulename contain the first dir in module. Not the module name

===================================================================
RCS file: /cvs/e/CVSROOT/commit.pl,v
retrieving revision 1.28
retrieving revision 1.29
diff -u -3 -r1.28 -r1.29
--- commit.pl   4 Aug 2007 21:47:52 -0000       1.28
+++ commit.pl   5 Aug 2007 02:23:54 -0000       1.29
@@ -119,7 +119,7 @@
     system("wget http://web.enlightenment.org/u.php -O /dev/null >& 
/dev/null");
 }
 # also flag www if devs updates
-if ($modulename eq "devs") {
+if ($basename eq "devs") {
     print("--- FLAGGING UPDATE OF WWW/DEVS ---\n");
     system("wget http://web.enlightenment.org/u.php -O /dev/null >& 
/dev/null");
 }



-------------------------------------------------------------------------
This SF.net email is sponsored by: Splunk Inc.
Still grepping through log files to find problems?  Stop.
Now Search log events and configuration files using AJAX and a browser.
Download your FREE copy of Splunk now >>  http://get.splunk.com/
_______________________________________________
enlightenment-cvs mailing list
enlightenment-cvs@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/enlightenment-cvs

Reply via email to