Fix the "have we got all the bootlibs" check
[ghc-hetmet.git] / boot
diff --git a/boot b/boot
index 9c1fad7..ba02e70 100644 (file)
--- a/boot
+++ b/boot
@@ -2,7 +2,7 @@
 set -e
 
 # Check that we have all boot packages.
-for dir in `grep "^[^# ][^ ]*  *[^ ][^ ]*$" packages | sed "s/ .*//"`
+for dir in `grep "^[^# ][^ ]*  *[^ ][^ ]*  *[^ ][^ ]*$" packages | sed "s/ .*//"`
 do
     if test ! -d $dir
     then