You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@spamassassin.apache.org by qu...@apache.org on 2004/01/24 02:11:58 UTC

svn commit: rev 6255 - incubator/spamassassin/trunk/build

Author: quinlan
Date: Fri Jan 23 17:11:57 2004
New Revision: 6255

Modified:
   incubator/spamassassin/trunk/build/replace_license_blocks
Log:
minor fix


Modified: incubator/spamassassin/trunk/build/replace_license_blocks
==============================================================================
--- incubator/spamassassin/trunk/build/replace_license_blocks	(original)
+++ incubator/spamassassin/trunk/build/replace_license_blocks	Fri Jan 23 17:11:57 2004
@@ -37,8 +37,8 @@
       # a non-block form -- will be replaced with a block
       s{^(.+)\@LICENSE\s*$}{ license_with_prefix($1); }eg;
     }
+    print;
   }
-  print;
 }
 
 sub license_with_prefix {