X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=boot;h=08d4846524f1ffa3366b2412d90c59f498c50aa5;hp=0b67b17f0b44da64758d447c8ac3d8469f1a8972;hb=e5c3b478b3cd1707cf122833822f44b2ac09b8e9;hpb=51bbdda993815fc0c3e55cbfcc60ffd512b9d4bd diff --git a/boot b/boot index 0b67b17..08d4846 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;