summaryrefslogtreecommitdiff
path: root/Porting/makerel
diff options
context:
space:
mode:
authorJarkko Hietaniemi <jhi@iki.fi>2001-04-14 14:44:55 +0000
committerJarkko Hietaniemi <jhi@iki.fi>2001-04-14 14:44:55 +0000
commit0ffbf4185387a2eb683a43f7d57b71d58f0f4c55 (patch)
tree0faca9a165553c498461930d9fedc073417ef8f0 /Porting/makerel
parent16dfaf475b3694740868c021fe45ccd261d7d64b (diff)
downloadperl-0ffbf4185387a2eb683a43f7d57b71d58f0f4c55.tar.gz
Do not just blindly add CR.
p4raw-id: //depot/perl@9700
Diffstat (limited to 'Porting/makerel')
-rw-r--r--Porting/makerel2
1 files changed, 1 insertions, 1 deletions
diff --git a/Porting/makerel b/Porting/makerel
index 138fffaa02..4c50085995 100644
--- a/Porting/makerel
+++ b/Porting/makerel
@@ -141,7 +141,7 @@ my @crlf = qw(
win32/Makefile
win32/makefile.mk
);
-system("perl -pi -e 's/\$/\\r/' @crlf");
+system("perl -pi -e 's/\015*\012/\015\012/' @crlf");
print "\n";
chdir ".." or die $!;