Browse Source

wikiheaders: Patched to compile.

(whoops.)
Ryan C. Gordon 3 months ago
parent
commit
a7344206e8
1 changed files with 1 additions and 1 deletions
  1. 1 1
      build-scripts/wikiheaders.pl

+ 1 - 1
build-scripts/wikiheaders.pl

@@ -2707,7 +2707,7 @@ __EOF__
             opendir(DH, $wikipath) or die("Can't opendir '$wikipath': $!\n");
             while (my $d = readdir(DH)) {
                 my $dent = $d;
-                if ($dent =~ /\(AREADME\-.*?)\.md\Z/) {
+                if ($dent =~ /\A(README\-.*?)\.md\Z/) {
                     push @pages, $1;
                 }
             }