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:
parent
01f8426f4a
commit
0cfb2f9a0f
|
@ -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
|
||||
|
||||
|
|
Loading…
Reference in New Issue