X-Git-Url: http://git.megacz.com/?p=ghc-hetmet.git;a=blobdiff_plain;f=boot;fp=boot;h=54209af7d64400cdfcab627fef0893f298866682;hp=6683ad569825267e3f488b77a5d9c3cf5e905bc9;hb=4ac17e1a625698df98fdc807118c0bb81aefdeb1;hpb=0e17d4498cc037d5c18d33fcc4a4885778d266c0 diff --git a/boot b/boot index 6683ad5..54209af 100644 --- a/boot +++ b/boot @@ -21,7 +21,7 @@ while () { if (/^#/) { # Comment; do nothing } - elsif (/^([a-zA-Z0-9\/.-]+) *([^ ]+) *[^ ]+ *[^ ]+$/) { + elsif (/^([a-zA-Z0-9\/.-]+) +([^ ]+) +[^ ]+ +[^ ]+ +[^ ]+$/) { $dir = $1; $tag = $2;