From: benl@cse.unsw.edu.au Date: Wed, 3 Feb 2010 03:07:48 +0000 (+0000) Subject: Use bash to run boot-pkgs, the default Solaris shell doesn't support the -ot test... X-Git-Url: http://git.megacz.com/?a=commitdiff_plain;h=6536a79160b36c63d2980ab4053059b5dd483550;p=ghc-hetmet.git Use bash to run boot-pkgs, the default Solaris shell doesn't support the -ot test flag --- diff --git a/boot b/boot index 644c6d9..6b04fcc 100644 --- a/boot +++ b/boot @@ -2,7 +2,7 @@ set -e # Create libraries/*/{ghc.mk,GNUmakefile} -sh boot-pkgs +bash boot-pkgs # Check that we have all boot packages. for dir in `grep "^[^# ][^ ]* *[^ ][^ ]* *[^ ][^ ]*$" packages | sed "s/ .*//"`