]> andersk Git - openssh.git/blobdiff - fixprogs
Fix fixprogs
[openssh.git] / fixprogs
index f781fec0813856af5548e16941c1a2b4ab962198..61840cf810b7b4417dd3a9a97c9964a498df0097 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
This page took 0.05697 seconds and 4 git commands to generate.