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: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to