X-Git-Url: http://andersk.mit.edu/gitweb/openssh.git/blobdiff_plain/7f8f5e0088488617fb831354fc78bcf29af297a8..a209a15852aa7eb8bedb2a1d595ab2c378183449:/fixprogs diff --git a/fixprogs b/fixprogs index f781fec0..61840cf8 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