summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2007-09-14 13:26:58 +0000
committerIan Lynagh <igloo@earth.li>2007-09-14 13:26:58 +0000
commite05f9de137269701df667b69d741dfae616694f7 (patch)
tree96869c0174c1f79f638d231919dd0cffe4060276 /boot
parenta28ba79a751ec22728e9bdf4184524d72b038339 (diff)
downloadhaskell-e05f9de137269701df667b69d741dfae616694f7.tar.gz
Refer to "boot" libs, not "core" libs
Diffstat (limited to 'boot')
-rw-r--r--boot4
1 files changed, 2 insertions, 2 deletions
diff --git a/boot b/boot
index f2128de5b9..d554b037bd 100644
--- a/boot
+++ b/boot
@@ -1,8 +1,8 @@
#! /bin/sh
set -e
-# Check that we have all core packages.
-for dir in `cat libraries/core-packages`
+# Check that we have all boot packages.
+for dir in `cat libraries/boot-packages`
do
if test ! -d libraries/$dir
then