diff --git a/fixprogs b/fixprogs index f781fec08..61840cf81 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