mirror of https://github.com/libsdl-org/SDL
wikiheaders.pl: README files are no longer in Windows endline format.
This commit is contained in:
parent
1072b6e86e
commit
df0fd55891
|
@ -1090,7 +1090,7 @@ if ($copy_direction == 1) { # --copy-to-headers
|
|||
my $dent = $_;
|
||||
if ($dent =~ /\A(.*?)\.md\Z/) { # we only bridge Markdown files here.
|
||||
next if $1 eq 'FrontPage';
|
||||
filecopy("$wikireadmepath/$dent", "$readmepath/README-$dent", "\r\n");
|
||||
filecopy("$wikireadmepath/$dent", "$readmepath/README-$dent", "\n");
|
||||
}
|
||||
}
|
||||
closedir(DH);
|
||||
|
|
Loading…
Reference in New Issue