wikiheaders: Patched to compile.
Some checks are pending
Build (All) / Create test plan (push) Waiting to run
Build (All) / level1 (push) Blocked by required conditions
Build (All) / level2 (push) Blocked by required conditions

(whoops.)
This commit is contained in:
Ryan C. Gordon 2025-05-05 23:58:59 -04:00
parent 06c2f9fcfc
commit a7344206e8
No known key found for this signature in database
GPG key ID: FA148B892AB48044

View file

@ -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;
}
}