diff options
Diffstat (limited to 'fixprogs')
-rwxr-xr-x | fixprogs | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -65,7 +65,7 @@ foreach (@infile) { ($null, $null, $rate) = split(/,/, $ent[0]); $est = $rate / $entscale; # scale the estimate back } - } + } print OUT "\"$cmd\" $path $est\n"; } |