From aeaa1264b5e95bb6aa2fc8eabf115c28d7c02398 Mon Sep 17 00:00:00 2001 From: Damien Miller Date: Sat, 16 Sep 2000 16:10:56 +1100 Subject: Fix fixprogs --- fixprogs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'fixprogs') 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, "/tmp/foo"); + open (STDOUT, ">/dev/null"); open (STDERR, ">/dev/null"); exec $path @args; exit 1; # shouldn't be here -- cgit v1.2.3