You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@hivemind.apache.org by hl...@apache.org on 2005/01/06 02:34:51 UTC

cvs commit: jakarta-hivemind/support update-copyrights.rb

hlship      2005/01/05 17:34:51

  Modified:    support  update-copyrights.rb
  Log:
  Fix a bug which kept certain files from being scanned.
  
  Revision  Changes    Path
  1.4       +1 -1      jakarta-hivemind/support/update-copyrights.rb
  
  Index: update-copyrights.rb
  ===================================================================
  RCS file: /home/cvs/jakarta-hivemind/support/update-copyrights.rb,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- update-copyrights.rb	5 Jan 2005 22:23:15 -0000	1.3
  +++ update-copyrights.rb	6 Jan 2005 01:34:51 -0000	1.4
  @@ -280,7 +280,7 @@
   
   Find.find(*ARGV) do |f|
     
  -  if f =~ /[CVS|SVN]/ 
  +  if f =~ /(CVS|SVN)$/ 
       Find.prune
     else
       $matches += 1 if match?(f)
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: hivemind-cvs-unsubscribe@jakarta.apache.org
For additional commands, e-mail: hivemind-cvs-help@jakarta.apache.org