diff --git a/util/mdgrep.pl b/util/mdgrep.pl index ca1b11f42..b0f465edd 100644 --- a/util/mdgrep.pl +++ b/util/mdgrep.pl @@ -55,13 +55,15 @@ $outfile = "mdgrep.h"; sub start_file { ($rev) = ('$Revision$') =~ m/: (.*) .$/; + my $date = '$Date$'; + my $revision = '$Revision$'; open(OUT, ">$outfile") || die "open $outfile: $!"; # NB: Date and Revision below will be modified when mdgrep.h is written to # cvs - this is correct (but it means you must commit changes to mdgrep.pl # before generating mdgrep.h and committing that file. print OUT <