Commit 0cfb2f9a authored by Sylvain St.Germain's avatar Sylvain St.Germain Committed by Alexandre Julliard

Removed the chop command that was there to get rid of dos ^M.

The script now process only unix file format.
parent 01f8426f
...@@ -12,7 +12,6 @@ ${line} = ""; ...@@ -12,7 +12,6 @@ ${line} = "";
LINE: while(<>) { LINE: while(<>) {
chomp; # Get rid of 0x0a chomp; # Get rid of 0x0a
chop; # Get rid of 0x0d
next LINE if(/^$/); # This is an empty line next LINE if(/^$/); # This is an empty line
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment