Minor refactoring of placeHolderPunRhs
[ghc-hetmet.git] / boot
diff --git a/boot b/boot
index 644c6d9..6b04fcc 100644 (file)
--- 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/ .*//"`