summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
Diffstat (limited to 'boot')
-rw-r--r--boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot b/boot
index 39e8cd12d5..339f21dca2 100644
--- a/boot
+++ b/boot
@@ -54,7 +54,7 @@ foreach $dir (".", glob("libraries/*/")) {
}
# Alas, darcs doesn't handle file permissions, so fix a few of them.
-for my $file ("boot", "darcs-all", "push-all", "validate") {
+for my $file ("boot", "darcs-all", "validate") {
chmod 0755, $file if -f $file
or die "Can't chmod 0755 $file: $!";
}