mirror of
https://github.com/wesnoth/wesnoth
synced 2025-04-24 20:59:29 +00:00
revert regression
This commit is contained in:
parent
67a9ee29da
commit
37b11bbc6c
@ -18,7 +18,8 @@ $changes += s/\r$// # de-DOS-ify
|
||||
+ s/ +\t/\t/g # remove spaces hidden by tabs
|
||||
+ s/[\t ]+$// # remove trailing whitespace
|
||||
+ s#wesnoth\.whitevine\.net/?#www.wesnoth.org/#g
|
||||
+ s#davidnwhite\@optusnet\.com\.au#davidnwhite\@comcast.net#g;
|
||||
+ s#davidnwhite\@optusnet\.com\.au#davidnwhite\@verizon.net#g;
|
||||
+ s#davidnwhite\@comcast\.net#davidnwhite\@verizon.net#g;
|
||||
if (eof and index($_, "\n") < 0) { s/$/\n/; ++$changes } # ensure EOL at EOF
|
||||
|
||||
END { print "$changes made\n"; }
|
||||
|
Loading…
x
Reference in New Issue
Block a user