makedist | 2 +- diff --git a/makedist b/makedist index 32647746834b1ce7492eb72399e5e4f914b1e49a76014635d083297c2a72004d..d576bb5f5c8cc54488db3b34a1daf15252775e5207ebca2bcd0396722bb30165 100755 --- a/makedist +++ b/makedist @@ -19,7 +19,7 @@ => http://www.goredo.cypherpunks.su/ EOF ( cd doc ; ./mk-info ) mv doc/goredo.info doc/INSTALL doc/NEWS doc/THANKS . -perl -i -ne 'print unless /^A.* $/' INSTALL NEWS +perl -i -ne 'print unless /^A.*\r$/' INSTALL NEWS ########################################################################