summaryrefslogtreecommitdiff
path: root/boot
diff options
context:
space:
mode:
authorIan Lynagh <ian@well-typed.com>2013-03-04 18:22:19 +0000
committerIan Lynagh <ian@well-typed.com>2013-03-04 19:16:04 +0000
commitf46ac1a9bc2597a9cb79bd7948091370a3e21de9 (patch)
tree65c9fa18786866d697c43e10928fbf57338710e0 /boot
parent039270b30edb1bd856e67f1856e1ff494c327619 (diff)
downloadhaskell-f46ac1a9bc2597a9cb79bd7948091370a3e21de9.tar.gz
Remove the VCS column from 'packages'
It's now always 'git'.
Diffstat (limited to 'boot')
-rwxr-xr-xboot2
1 files changed, 1 insertions, 1 deletions
diff --git a/boot b/boot
index 13747421ed..3c17e4c94f 100755
--- a/boot
+++ b/boot
@@ -58,7 +58,7 @@ sub sanity_check_tree {
if (/^#/) {
# Comment; do nothing
}
- elsif (/^([a-zA-Z0-9\/.-]+) +([^ ]+) +[^ ]+ +[^ ]+$/) {
+ elsif (/^([a-zA-Z0-9\/.-]+) +([^ ]+) +[^ ]+$/) {
$dir = $1;
$tag = $2;