* Don't buffer stderr.

svn path=/nixos/trunk/; revision=19227
This commit is contained in:
Eelco Dolstra 2010-01-05 11:43:38 +00:00
parent 7541141a7a
commit ff20b45486

View File

@ -3,6 +3,8 @@ use Machine;
$SIG{PIPE} = 'IGNORE'; # because Unix domain sockets may die unexpectedly
STDERR->autoflush(1);
my %vms;
my $context = "";