From ccc1989726c3f4b94cf18f6a13aba2b5d339d077 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Sun, 1 Aug 2010 12:18:41 +0000 Subject: [PATCH] Remove push-all from file list in boot script (push-all no longer exists) --- boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/boot b/boot index 39e8cd1..339f21d 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: $!"; } -- 1.7.10.4