]> andersk Git - openssh.git/blobdiff - fixprogs
- djm@cvs.openbsd.org 2010/01/09 00:57:10
[openssh.git] / fixprogs
index f781fec0813856af5548e16941c1a2b4ab962198..af76ee3924569e3e3e73279f0f110d0642689d5a 100755 (executable)
--- a/fixprogs
+++ b/fixprogs
@@ -45,7 +45,7 @@ foreach (@infile) {
      # child
      close STDIN; close STDOUT; close STDERR;
      open (STDIN,  "</dev/null");
-     open (STDOUT, ">/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";
 }
 
This page took 0.218551 seconds and 4 git commands to generate.