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