View | Details | Raw Unified | Return to bug 4451
Collapse All | Expand All

(-)a/tools/batchMod.pl (-2 / +1 lines)
Lines 171-177 if ($op eq "show"){ Link Here
171
    my @contentlist;
171
    my @contentlist;
172
    if ($filefh){
172
    if ($filefh){
173
        while (my $content=<$filefh>){
173
        while (my $content=<$filefh>){
174
            chomp $content;
174
            $content = s/[\r\n]*$//g;
175
            push @contentlist, $content if $content;
175
            push @contentlist, $content if $content;
176
        }
176
        }
177
177
178
- 

Return to bug 4451