summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--darcs-all6
1 files changed, 1 insertions, 5 deletions
diff --git a/darcs-all b/darcs-all
index 1cc2b24338..d25a903355 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!";