* Don't buffer stderr.
svn path=/nixos/trunk/; revision=19227
This commit is contained in:
parent
7541141a7a
commit
ff20b45486
@ -3,6 +3,8 @@ use Machine;
|
|||||||
|
|
||||||
$SIG{PIPE} = 'IGNORE'; # because Unix domain sockets may die unexpectedly
|
$SIG{PIPE} = 'IGNORE'; # because Unix domain sockets may die unexpectedly
|
||||||
|
|
||||||
|
STDERR->autoflush(1);
|
||||||
|
|
||||||
my %vms;
|
my %vms;
|
||||||
my $context = "";
|
my $context = "";
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user