summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-08-01 12:18:41 +0000
committerIan Lynagh <igloo@earth.li>2010-08-01 12:18:41 +0000
commitccc1989726c3f4b94cf18f6a13aba2b5d339d077 (patch)
tree6fd50c1cc4b4bd624c1e61e630458760aed80870 /boot
parent91987342587901e57f67b375dc9f9aa8e889f241 (diff)
downloadhaskell-ccc1989726c3f4b94cf18f6a13aba2b5d339d077.tar.gz
Remove push-all from file list in boot script (push-all no longer exists)
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: $!";
}