Skip to content

Commit a734420

Browse files
committed
wikiheaders: Patched to compile.
(whoops.)
1 parent 06c2f9f commit a734420

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build-scripts/wikiheaders.pl

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2707,7 +2707,7 @@ sub generate_quickref {
27072707
opendir(DH, $wikipath) or die("Can't opendir '$wikipath': $!\n");
27082708
while (my $d = readdir(DH)) {
27092709
my $dent = $d;
2710-
if ($dent =~ /\(AREADME\-.*?)\.md\Z/) {
2710+
if ($dent =~ /\A(README\-.*?)\.md\Z/) {
27112711
push @pages, $1;
27122712
}
27132713
}

0 commit comments

Comments
 (0)