summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
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/ .*//"`