summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rwxr-xr-xfixprogs2
1 files changed, 1 insertions, 1 deletions
diff --git a/fixprogs b/fixprogs
index f781fec08..61840cf81 100755
--- a/fixprogs
+++ b/fixprogs
@@ -45,7 +45,7 @@ foreach (@infile) {
45 # child 45 # child
46 close STDIN; close STDOUT; close STDERR; 46 close STDIN; close STDOUT; close STDERR;
47 open (STDIN, "</dev/null"); 47 open (STDIN, "</dev/null");
48 open (STDOUT, ">/tmp/foo"); 48 open (STDOUT, ">/dev/null");
49 open (STDERR, ">/dev/null"); 49 open (STDERR, ">/dev/null");
50 exec $path @args; 50 exec $path @args;
51 exit 1; # shouldn't be here 51 exit 1; # shouldn't be here