diff options
author | benl@cse.unsw.edu.au <unknown> | 2010-02-03 03:07:48 +0000 |
---|---|---|
committer | benl@cse.unsw.edu.au <unknown> | 2010-02-03 03:07:48 +0000 |
commit | 6536a79160b36c63d2980ab4053059b5dd483550 (patch) | |
tree | 6348bd621afe129926c37305d02fc4303905d83a /boot | |
parent | 1be45d7baf6fafacd60e345c423c1025d8813111 (diff) | |
download | haskell-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-- | boot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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/ .*//"` |