diff options
author | Ian Lynagh <igloo@earth.li> | 2010-08-01 12:18:41 +0000 |
---|---|---|
committer | Ian Lynagh <igloo@earth.li> | 2010-08-01 12:18:41 +0000 |
commit | ccc1989726c3f4b94cf18f6a13aba2b5d339d077 (patch) | |
tree | 6fd50c1cc4b4bd624c1e61e630458760aed80870 /boot | |
parent | 91987342587901e57f67b375dc9f9aa8e889f241 (diff) | |
download | haskell-ccc1989726c3f4b94cf18f6a13aba2b5d339d077.tar.gz |
Remove push-all from file list in boot script (push-all no longer exists)
Diffstat (limited to 'boot')
-rw-r--r-- | boot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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: $!"; } |