From 4fb08f13668dc3e7ab81f6dab1f1cd353dbe9381 Mon Sep 17 00:00:00 2001 From: keni Date: Wed, 23 Apr 2008 10:48:04 +0000 Subject: [PATCH] mdgrep.pl tid Use the right name for the output file in all places. Thanks Pat. --- util/mdgrep.pl | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/util/mdgrep.pl b/util/mdgrep.pl index fc1475439..9f1560ad9 100644 --- a/util/mdgrep.pl +++ b/util/mdgrep.pl @@ -48,11 +48,13 @@ @const_true = qw/1 TRUE/; @const_false = qw/0 FALSE/; +$outfile = "mdgrep.h"; sub start_file { ($rev) = ('$Revision$') =~ m/: (.*) .$/; - open(OUT, ">mdgrep.h") || die "open mkgrep.h: $!"; + open(OUT, ">$outfile") || die "open $outfile: $!"; print OUT <