summaryrefslogtreecommitdiffstats
path: root/fixprogs
diff options
context:
space:
mode:
authorDamien Miller <djm@mindrot.org>2000-09-16 16:10:56 +1100
committerDamien Miller <djm@mindrot.org>2000-09-16 16:10:56 +1100
commitaeaa1264b5e95bb6aa2fc8eabf115c28d7c02398 (patch)
tree8de399e0f600d0454023e6116103bac638213a96 /fixprogs
parent9d5705a4b34f09a02cffb751d0be076bf667c8bc (diff)
Fix fixprogs
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