X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=boot;h=18a083e02e92b2d38add0a2107cf72c77680f45a;hp=38d2cb5680cc2c5c65b62a0b7e20b062384bf426;hb=40fcfe10c97edf2981031f1a8450bb82ba6a8879;hpb=c72054f1ae4873dd548fff8bef2b535ab6400a2e diff --git a/boot b/boot index 38d2cb5..18a083e 100644 --- a/boot +++ b/boot @@ -25,6 +25,9 @@ done # Alas, darcs doesn't handle file permissions, so fix a few of them. for f in boot darcs-all push-all validate do - test -f $f && chmod +x $f + if test -f $f + then + chmod +x $f + fi done