changeset 102:85aaba05e058

Fix in rakefile
author Frank Benoit <benoit@tionex.de>
date Sat, 02 May 2009 11:25:42 +0200
parents c1762259c684
children 6373fd739945
files rakefile
diffstat 1 files changed, 3 insertions(+), 3 deletions(-) [+]
line wrap: on
line diff
--- a/rakefile	Sat May 02 11:25:23 2009 +0200
+++ b/rakefile	Sat May 02 11:25:42 2009 +0200
@@ -460,9 +460,9 @@
                 rmlist << snp
             end
         end
-    end
-    rmlist.each do | snp |
-        allsnippets.exclude snp
+        rmlist.each do | snp |
+            allsnippets.exclude snp
+        end
     end
     allsnippets.each do | snp |
         if snp =~ /.*[\\\/](\w+)\.d$/