Remove push-all from file list in boot script (push-all no longer exists)
authorIan Lynagh <igloo@earth.li>
Sun, 1 Aug 2010 12:18:41 +0000 (12:18 +0000)
committerIan Lynagh <igloo@earth.li>
Sun, 1 Aug 2010 12:18:41 +0000 (12:18 +0000)
boot

diff --git a/boot b/boot
index 39e8cd1..339f21d 100644 (file)
--- 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: $!";
 }