From f46ac1a9bc2597a9cb79bd7948091370a3e21de9 Mon Sep 17 00:00:00 2001 From: Ian Lynagh Date: Mon, 4 Mar 2013 18:22:19 +0000 Subject: Remove the VCS column from 'packages' It's now always 'git'. --- boot | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'boot') 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; -- cgit v1.2.1