summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorbenl@cse.unsw.edu.au <unknown>2010-02-03 03:07:48 +0000
committerbenl@cse.unsw.edu.au <unknown>2010-02-03 03:07:48 +0000
commit6536a79160b36c63d2980ab4053059b5dd483550 (patch)
tree6348bd621afe129926c37305d02fc4303905d83a /boot
parent1be45d7baf6fafacd60e345c423c1025d8813111 (diff)
downloadhaskell-6536a79160b36c63d2980ab4053059b5dd483550.tar.gz
Use bash to run boot-pkgs, the default Solaris shell doesn't support the -ot test flag
Diffstat (limited to 'boot')
-rw-r--r--boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot b/boot
index 644c6d9ea2..6b04fcc0c4 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/ .*//"`