summaryrefslogtreecommitdiffstats
path: root/fixprogs
diff options
context:
space:
mode:
Diffstat (limited to 'fixprogs')
-rwxr-xr-xfixprogs2
1 files changed, 1 insertions, 1 deletions
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, "</dev/null");
- open (STDOUT, ">/tmp/foo");
+ open (STDOUT, ">/dev/null");
open (STDERR, ">/dev/null");
exec $path @args;
exit 1; # shouldn't be here