summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorIan Lynagh <igloo@earth.li>2010-08-15 15:47:41 +0000
committerIan Lynagh <igloo@earth.li>2010-08-15 15:47:41 +0000
commit4ac17e1a625698df98fdc807118c0bb81aefdeb1 (patch)
tree7d773a6d331dd7cda7d5280e1ac095d81e3c22bb /boot
parent0e17d4498cc037d5c18d33fcc4a4885778d266c0 (diff)
downloadhaskell-4ac17e1a625698df98fdc807118c0bb81aefdeb1.tar.gz
Add upstream repo to the packages file
Diffstat (limited to 'boot')
-rw-r--r--boot2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot b/boot
index 6683ad5698..54209af7d6 100644
--- a/boot
+++ b/boot
@@ -21,7 +21,7 @@ while (<PACKAGES>) {
if (/^#/) {
# Comment; do nothing
}
- elsif (/^([a-zA-Z0-9\/.-]+) *([^ ]+) *[^ ]+ *[^ ]+$/) {
+ elsif (/^([a-zA-Z0-9\/.-]+) +([^ ]+) +[^ ]+ +[^ ]+ +[^ ]+$/) {
$dir = $1;
$tag = $2;