diff options
author | Ian Lynagh <ian@well-typed.com> | 2013-03-04 18:22:19 +0000 |
---|---|---|
committer | Ian Lynagh <ian@well-typed.com> | 2013-03-04 19:16:04 +0000 |
commit | f46ac1a9bc2597a9cb79bd7948091370a3e21de9 (patch) | |
tree | 65c9fa18786866d697c43e10928fbf57338710e0 /boot | |
parent | 039270b30edb1bd856e67f1856e1ff494c327619 (diff) | |
download | haskell-f46ac1a9bc2597a9cb79bd7948091370a3e21de9.tar.gz |
Remove the VCS column from 'packages'
It's now always 'git'.
Diffstat (limited to 'boot')
-rwxr-xr-x | boot | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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; |