mirror of git://anongit.mindrot.org/openssh.git
Fix fixprogs
This commit is contained in:
parent
9d5705a4b3
commit
aeaa1264b5
2
fixprogs
2
fixprogs
|
@ -45,7 +45,7 @@ foreach (@infile) {
|
||||||
# child
|
# child
|
||||||
close STDIN; close STDOUT; close STDERR;
|
close STDIN; close STDOUT; close STDERR;
|
||||||
open (STDIN, "</dev/null");
|
open (STDIN, "</dev/null");
|
||||||
open (STDOUT, ">/tmp/foo");
|
open (STDOUT, ">/dev/null");
|
||||||
open (STDERR, ">/dev/null");
|
open (STDERR, ">/dev/null");
|
||||||
exec $path @args;
|
exec $path @args;
|
||||||
exit 1; # shouldn't be here
|
exit 1; # shouldn't be here
|
||||||
|
|
Loading…
Reference in New Issue