Make a mingw tree from mingw tarballs
[ghc-hetmet.git] / darcs-all
index cdef628..2792481 100644 (file)
--- a/darcs-all
+++ b/darcs-all
@@ -132,7 +132,7 @@ sub darcsall {
     @repos = <IN>;
     close IN;
 
-    REPO: foreach (@repos) {
+    foreach (@repos) {
         chomp;
         if (/^([^# ]+) +(?:([^ ]+) +)?([^ ]+) +([^ ]+)$/) {
             $localpath = $1;