X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/7f8f5e0088488617fb831354fc78bcf29af297a8..2b0d37789d0fe9e17f9935aebfeffe859ccbf2d8:/fixprogs diff --git a/fixprogs b/fixprogs index f781fec0..af76ee39 100755 --- a/fixprogs +++ b/fixprogs @@ -45,7 +45,7 @@ foreach (@infile) { # child close STDIN; close STDOUT; close STDERR; open (STDIN, "/tmp/foo"); + open (STDOUT, ">/dev/null"); open (STDERR, ">/dev/null"); exec $path @args; exit 1; # shouldn't be here @@ -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"; }