more accurate info test.

This commit is contained in:
espie 2004-08-09 12:48:56 +00:00
parent 0b2cdd25b2
commit 9503cf0454

View File

@ -1,5 +1,5 @@
#! /usr/bin/perl #! /usr/bin/perl
# $OpenBSD: make-plist,v 1.53 2004/08/09 12:41:03 espie Exp $ # $OpenBSD: make-plist,v 1.54 2004/08/09 12:48:56 espie Exp $
# Copyright (c) 2004 Marc Espie <espie@openbsd.org> # Copyright (c) 2004 Marc Espie <espie@openbsd.org>
# #
# Permission to use, copy, modify, and distribute this software for any # Permission to use, copy, modify, and distribute this software for any
@ -305,7 +305,7 @@ sub is_info
my $tag = <$fh>; my $tag = <$fh>;
chomp $tag; chomp $tag;
close $fh; close $fh;
if ($tag =~ /^This is .*, produced by makeinfo version .* from/) { if ($tag =~ /^This is .*, produced by [Mm]akeinfo version .* from/) {
return 1; return 1;
} else { } else {
return 0; return 0;