X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/159aca18c763589b2bc8804b28014f09f924939c..HEAD:/fixprogs diff --git a/fixprogs b/fixprogs index 61840cf8..af76ee39 100755 --- a/fixprogs +++ b/fixprogs @@ -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"; }