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

The script now process only unix file format.
This commit is contained in:
Sylvain St.Germain 1999-03-19 16:54:39 +00:00 committed by Alexandre Julliard
parent 01f8426f4a
commit 0cfb2f9a0f
1 changed files with 0 additions and 1 deletions

View File

@ -12,7 +12,6 @@ ${line} = "";
LINE: while(<>) {
chomp; # Get rid of 0x0a
chop; # Get rid of 0x0d
next LINE if(/^$/); # This is an empty line