X-Git-Url: http://git.megacz.com/?a=blobdiff_plain;f=darcs-all;h=d25a9033556c6626bfc5625e6aa821ffd7a3d5b4;hb=19b33121efa3b1821a51351a9455b74ff8229e07;hp=1cc2b243387bf187058258e19d5a39fbbdcbf1fd;hpb=06726aa7c0710100f0aaf81dfd3ac900b8ece3ee;p=ghc-hetmet.git diff --git a/darcs-all b/darcs-all index 1cc2b24..d25a903 100644 --- a/darcs-all +++ b/darcs-all @@ -78,11 +78,7 @@ sub darcsall { chomp $path; if ($path =~ m#/(.*)/#) { my $pkg = $1; - # bootstrapping.* are just copies of other repos; we don't - # update them directly. - if ($pkg !~ /bootstrapping/) { - darcs (@_, "--repodir", "libraries/$pkg"); - } + darcs (@_, "--repodir", "libraries/$pkg"); } else { die "that pattern can't fail!";