Fix fixprogs
diff --git a/fixprogs b/fixprogs
index f781fec..61840cf 100755
--- a/fixprogs
+++ b/fixprogs
@@ -45,7 +45,7 @@
      # 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