From 6536a79160b36c63d2980ab4053059b5dd483550 Mon Sep 17 00:00:00 2001 From: "benl@cse.unsw.edu.au" Date: Wed, 3 Feb 2010 03:07:48 +0000 Subject: [PATCH] Use bash to run boot-pkgs, the default Solaris shell doesn't support the -ot test flag --- boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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/ .*//"` -- 1.7.10.4