projects
/
p5sagit/p5-mst-13.2.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
(parent:
16dfaf4
)
Do not just blindly add CR.
Jarkko Hietaniemi [Sat, 14 Apr 2001 14:44:55 +0000 (14:44 +0000)]
p4raw-id: //depot/perl@9700
Porting/makerel
patch
|
blob
|
blame
|
history
diff --git
a/Porting/makerel
b/Porting/makerel
index
138fffa
..
4c50085
100644
(file)
--- 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 $!;